From 6166849382de01c9f107e355e9328ed59ffa69c6 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 30 Nov 2019 20:04:37 +0100 Subject: [PATCH] textual --- client/cmdhf15.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhf15.c b/client/cmdhf15.c index 999c10e1f..25fc00264 100644 --- a/client/cmdhf15.c +++ b/client/cmdhf15.c @@ -1815,7 +1815,7 @@ bool readHF15Uid(bool verbose) { if (verbose) PrintAndLogEx(WARNING, "No tag found."); return false; } - + PrintAndLogEx(NORMAL, ""); PrintAndLogEx(SUCCESS, " UID : %s", sprintUID(NULL, uid)); PrintAndLogEx(SUCCESS, " TYPE : %s", getTagInfo_15(uid)); return true;