mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
style spaces
This commit is contained in:
parent
d17191d0a4
commit
aaedeafbb1
6 changed files with 44 additions and 32 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue