mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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