X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/63146229bd78c70bd544dcf393c75b0b01d7cd31..ad6219fc9167b2414299b54df03297db27e97e22:/client/cmdhf.c

diff --git a/client/cmdhf.c b/client/cmdhf.c
index 1a088676..614dcdc4 100644
--- a/client/cmdhf.c
+++ b/client/cmdhf.c
@@ -677,7 +677,7 @@ int CmdHFSearch(const char *Cmd){
 
 	//14b has issues currently...
 	//ans = CmdHF14BRead(Cmd);
-	//if (ans > 0) return ans;	
+	//if (ans > 0) return ans;
 
 	return 0;
 }
@@ -692,11 +692,11 @@ static command_t CommandTable[] =
   {"legic",       CmdHFLegic,       0, "{ LEGIC RFIDs... }"},
   {"iclass",      CmdHFiClass,      1, "{ ICLASS RFIDs... }"},
   {"mf",      		CmdHFMF,		1, "{ MIFARE RFIDs... }"},
-  {"mfu",			CmdHFMFUltra,	1, "{ MIFARE Ultralight RFIDs... }"},
+  {"mfu",         CmdHFMFUltra,     1, "{ MIFARE Ultralight RFIDs... }"},
   {"mfdes",			CmdHFMFDes,		1, "{ MIFARE Desfire RFIDs... }"},
   {"topaz",			CmdHFTopaz,		1, "{ TOPAZ (NFC Type 1) RFIDs... }"},
   {"tune",			CmdHFTune,      0, "Continuously measure HF antenna tuning"},
-  {"list",			CmdHFList,      1, "List protocol data in trace buffer"},
+  {"list",        CmdHFList,        1, "List protocol data in trace buffer"},
   {"search",      CmdHFSearch,      1, "Search for known HF tags [preliminary]"},
 	{NULL, NULL, 0, NULL}
 };