small visual fixes

This commit is contained in:
merlokk 2019-03-04 19:25:13 +02:00
commit f45c330843
2 changed files with 3 additions and 2 deletions

View file

@ -725,7 +725,7 @@ int CmdHFMFPMAD(const char *cmd) {
}
for(int j = 0; j < (verbose ? 4 : 3); j ++)
PrintAndLogEx(NORMAL, "---[%03d] %s", (i + 1) * 4 + j, sprint_hex(&vsector[j * 16], 16));
PrintAndLogEx(NORMAL, " [%03d] %s", (i + 1) * 4 + j, sprint_hex(&vsector[j * 16], 16));
}
}
}