mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
make style
This commit is contained in:
parent
5eeb356418
commit
a55e597e36
37 changed files with 193 additions and 193 deletions
|
@ -160,12 +160,11 @@ main_loop(char *script_cmds_file, char *script_cmd) {
|
|||
} else {
|
||||
rl_event_hook = check_comm;
|
||||
if (session.pm3_present) {
|
||||
if ( conn.send_via_fpc_usart == false )
|
||||
if (conn.send_via_fpc_usart == false)
|
||||
cmd = readline(PROXPROMPT_USB);
|
||||
else
|
||||
else
|
||||
cmd = readline(PROXPROMPT_FPC);
|
||||
}
|
||||
else
|
||||
} else
|
||||
cmd = readline(PROXPROMPT_OFFLINE);
|
||||
|
||||
fflush(NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue