mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 21:12:25 +02:00
Fix indentation
This commit is contained in:
parent
1aa9fc0c8c
commit
f96ca65812
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const char DataSerializer::PADDING_CHAR;
|
|||
|
||||
|
||||
static void dumpHex(QDebug &debug, const char*buf, size_t len) {
|
||||
QString literal;
|
||||
QString literal;
|
||||
QString hex;
|
||||
|
||||
for(size_t i=0;i<len;i++) {
|
||||
|
|
Loading…
Reference in a new issue