From 8ed6c18497b51ccb9e62334e592fc8f4e17a6a1c Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 28 May 2019 05:22:38 -0400 Subject: [PATCH] style --- client/cmdlf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/cmdlf.c b/client/cmdlf.c index d3b942866..bb1e1f3a3 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -1006,9 +1006,9 @@ int CmdLFfind(const char *Cmd) { if (getSignalProperties()->isnoise) { if (IfPm3Hitag()) { - if (readHitagUid()) { PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("Hitag") " found!"); return PM3_SUCCESS;} + if (readHitagUid()) { PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("Hitag") "found!"); return PM3_SUCCESS;} } - if (readCOTAGUid()) { PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("COTAG ID") " found!"); return PM3_SUCCESS;} + if (readCOTAGUid()) { PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("COTAG ID") "found!"); return PM3_SUCCESS;} PrintAndLogEx(FAILED, "\n" _YELLOW_("No data found!") " - Signal looks like noise. Maybe not an LF tag?"); return PM3_ESOFT;