]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdhf.c
Merge branch 'master' of https://github.com/Proxmark/proxmark3
[proxmark3-svn] / client / cmdhf.c
index 1a0886769ae3517c4c89cae3860e7f9669ad6b6b..614dcdc4460e98bf7ed5b90de015970cfe6c10ea 100644 (file)
@@ -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}
 };
Impressum, Datenschutz