From f40600f997f9b259f6944236ad7dbc9abae2ace9 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 4 Aug 2019 16:57:06 +0200 Subject: [PATCH] make style --- client/proxmark3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }