mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
Fixed all "misleading-indentation" warnings (fixes #187).
This commit is contained in:
parent
9b3c48688e
commit
2943527472
4 changed files with 12 additions and 10 deletions
|
@ -203,7 +203,7 @@ static void flash_mode(int externally_entered)
|
|||
size_t rx_len;
|
||||
|
||||
usb_enable();
|
||||
for (volatile size_t i=0; i<0x100000; i++);
|
||||
for (volatile size_t i=0; i<0x100000; i++) {};
|
||||
|
||||
for(;;) {
|
||||
WDT_HIT();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue