style spaces

This commit is contained in:
iceman1001 2019-04-16 16:56:56 +02:00
commit aaedeafbb1
6 changed files with 44 additions and 32 deletions

View file

@ -467,7 +467,7 @@ int main(int argc, char *argv[]) {
usb_present = OpenProxmark(port, waitCOMPort, 20, false, speed);
if (TestProxmark() == 0)
usb_present = false;
usb_present = false;
if (!usb_present)
PrintAndLogEx(INFO, "Running in " _YELLOW_("OFFLINE") "mode. Check \"%s -h\" if it's not what you want.\n", exec_name);