diff --git a/client/src/cmdhfthinfilm.c b/client/src/cmdhfthinfilm.c index 48844b759..976e1314d 100644 --- a/client/src/cmdhfthinfilm.c +++ b/client/src/cmdhfthinfilm.c @@ -124,6 +124,8 @@ int infoThinFilm(bool verbose) { if (resp.status == PM3_SUCCESS) { if (resp.length == 16 || resp.length == 32) { + PrintAndLogEx(NORMAL, ""); + PrintAndLogEx(INFO, "--- " _CYAN_("Tag Information") " ---------------------------"); print_barcode(resp.data.asBytes, resp.length, verbose); } else { if (verbose) diff --git a/client/src/cmdhftopaz.c b/client/src/cmdhftopaz.c index 9f174ca9d..a6564ae17 100644 --- a/client/src/cmdhftopaz.c +++ b/client/src/cmdhftopaz.c @@ -614,7 +614,6 @@ int readTopazUid(bool verbose) { // printing PrintAndLogEx(NORMAL, ""); PrintAndLogEx(INFO, "--- " _CYAN_("Tag Information") " ---------------------------"); - PrintAndLogEx(INFO, "-------------------------------------------------------------"); PrintAndLogEx(SUCCESS, " UID: %02x %02x %02x %02x %02x %02x %02x", topaz_tag.uid[6], topaz_tag.uid[5],