From f62c231830f2d42717eb47d907d8fc8f1a07626a Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 23 Jun 2018 06:33:48 +0200 Subject: [PATCH] chg: missing tab --- client/cmdhf14b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhf14b.c b/client/cmdhf14b.c index 7dda64a61..1bb6c67fd 100644 --- a/client/cmdhf14b.c +++ b/client/cmdhf14b.c @@ -607,7 +607,7 @@ bool HF14BReader(bool verbose){ // could be read of calypso, CEPAS, moneo, or pico pass. if (HF14B_Other_Reader()) return true; -if (verbose) PrintAndLogEx(FAILED, "no 14443-B tag found"); + if (verbose) PrintAndLogEx(FAILED, "no 14443-B tag found"); return false; }