make style

This commit is contained in:
Philippe Teuwen 2019-10-21 13:46:23 +02:00
parent e54edfd8db
commit 8792679fc8
3 changed files with 3 additions and 3 deletions

View file

@ -96,7 +96,7 @@ int CmdHFSearch(const char *Cmd) {
return PM3_SUCCESS;
}
}
PROMPT_CLEARLINE;
PrintAndLogEx(INPLACE, "Searching for ISO15693 tag...");
if (IfPm3Iso15693()) {

View file

@ -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!");

View file

@ -88,7 +88,7 @@ function main(args)
print('')
core.console('hw status')
print(dash)
print('all done!')
end