Skip to content

Commit a5d02c6

Browse files
committed
style
1 parent 3210384 commit a5d02c6

File tree

12 files changed

+1643
-1655
lines changed

12 files changed

+1643
-1655
lines changed

armsrc/Standalone/hf_mattyrun.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ void RunMod(void) {
542542
sprintf(dumpFileName, DUMP_FILE, mattyrun_card.uid[0], mattyrun_card.uid[1], mattyrun_card.uid[2], mattyrun_card.uid[3]);
543543
rdv40_spiffs_write(dumpFileName, emCARD, 1024, RDV40_SPIFFS_SAFETY_SAFE);
544544
Dbprintf("[" _GREEN_("+") "] " _GREEN_("Stored card on %s"), dumpFileName);
545-
#endif
545+
#endif
546546
}
547547

548548
state = STATE_EMULATE;

armsrc/sam_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ int sam_get_serial_number(void) {
349349
}
350350

351351
Dbprintf(_YELLOW_("Serial Number: "));
352-
Dbhexdump(sam_response_an[1],sam_serial_an, false);
352+
Dbhexdump(sam_response_an[1], sam_serial_an, false);
353353

354354
goto out;
355355
}

armsrc/sam_picopass.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ int sam_picopass_get_pacs(PacketCommandNG *c) {
356356
// step 1: ping SAM
357357
sam_get_version(info);
358358

359-
if(info){
359+
if (info) {
360360
sam_get_serial_number();
361361
goto out;
362362
}

0 commit comments

Comments
 (0)