make style
This commit is contained in:
@@ -96,7 +96,7 @@ int CmdHFSearch(const char *Cmd) {
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
PROMPT_CLEARLINE;
|
||||
PrintAndLogEx(INPLACE, "Searching for ISO15693 tag...");
|
||||
if (IfPm3Iso15693()) {
|
||||
|
||||
@@ -620,7 +620,7 @@ int dump(const char *Cmd) {
|
||||
clearCommandBuffer();
|
||||
char ctmp = tolower(param_getchar(Cmd, 0));
|
||||
if (ctmp == 'h') return usage_hf_felica_dumplite();
|
||||
|
||||
|
||||
// TODO FINISH THIS METHOD
|
||||
PrintAndLogEx(SUCCESS, "NOT IMPLEMENTED YET!");
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@ function main(args)
|
||||
print('')
|
||||
core.console('hw status')
|
||||
print(dash)
|
||||
|
||||
|
||||
print('all done!')
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user