mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-24 08:59:43 +08:00
make style
This commit is contained in:
parent
1cb039255e
commit
f40600f997
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ int main(int argc, char *argv[]) {
|
|||
}
|
||||
|
||||
// go to interactive instead of quitting after a script/command
|
||||
if(strcmp(argv[i], "-i") == 0 || strcmp(argv[i], "--interactive") == 0){
|
||||
if (strcmp(argv[i], "-i") == 0 || strcmp(argv[i], "--interactive") == 0) {
|
||||
stayInCommandLoop = true;
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue