diff --git a/client/proxmark3.c b/client/proxmark3.c index c4cd81b25..9d57eeb7e 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -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; }