mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07: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
|
// 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;
|
stayInCommandLoop = true;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue