diff --git a/armsrc/appmain.c b/armsrc/appmain.c index 5cf0c5767..84a4748f0 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -756,7 +756,7 @@ static void PacketReceived(PacketCommandNG *packet) { break; #ifdef WITH_LF case CMD_SET_LF_T55XX_CONFIG: { - setT55xxConfig(packet->oldarg[0], (t55xx_configurations_t*) packet->data.asBytes); + setT55xxConfig(packet->oldarg[0], (t55xx_configurations_t *) packet->data.asBytes); break; } case CMD_SET_LF_SAMPLING_CONFIG: { diff --git a/client/cmdhflist.c b/client/cmdhflist.c index 1d7f0ec23..6aea59b89 100644 --- a/client/cmdhflist.c +++ b/client/cmdhflist.c @@ -293,7 +293,7 @@ int applyIso14443a(char *exp, size_t size, uint8_t *cmd, uint8_t cmdsize) { case MIFARE_ULNANO_LOCKSIF: { if (cmd[1] == 0) snprintf(exp, size, "UNLOCK SIG"); - else if ( cmd[1] == 2 ) + else if (cmd[1] == 2) snprintf(exp, size, "LOCK SIG"); else snprintf(exp, size, "?");