mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
make style
This commit is contained in:
parent
e54edfd8db
commit
8792679fc8
3 changed files with 3 additions and 3 deletions
|
@ -96,7 +96,7 @@ int CmdHFSearch(const char *Cmd) {
|
||||||
return PM3_SUCCESS;
|
return PM3_SUCCESS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PROMPT_CLEARLINE;
|
PROMPT_CLEARLINE;
|
||||||
PrintAndLogEx(INPLACE, "Searching for ISO15693 tag...");
|
PrintAndLogEx(INPLACE, "Searching for ISO15693 tag...");
|
||||||
if (IfPm3Iso15693()) {
|
if (IfPm3Iso15693()) {
|
||||||
|
|
|
@ -620,7 +620,7 @@ int dump(const char *Cmd) {
|
||||||
clearCommandBuffer();
|
clearCommandBuffer();
|
||||||
char ctmp = tolower(param_getchar(Cmd, 0));
|
char ctmp = tolower(param_getchar(Cmd, 0));
|
||||||
if (ctmp == 'h') return usage_hf_felica_dumplite();
|
if (ctmp == 'h') return usage_hf_felica_dumplite();
|
||||||
|
|
||||||
// TODO FINISH THIS METHOD
|
// TODO FINISH THIS METHOD
|
||||||
PrintAndLogEx(SUCCESS, "NOT IMPLEMENTED YET!");
|
PrintAndLogEx(SUCCESS, "NOT IMPLEMENTED YET!");
|
||||||
|
|
||||||
|
|
|
@ -88,7 +88,7 @@ function main(args)
|
||||||
print('')
|
print('')
|
||||||
core.console('hw status')
|
core.console('hw status')
|
||||||
print(dash)
|
print(dash)
|
||||||
|
|
||||||
print('all done!')
|
print('all done!')
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue