Fix indentation

This commit is contained in:
Dale Glass 2024-06-06 18:15:32 +02:00 committed by HifiExperiments
parent 1aa9fc0c8c
commit f96ca65812

View file

@ -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++) {