cosmetic: put spaces around operations

Change-Id: If5ba5f8d16680e8403944274336ea595017063db
This commit is contained in:
Kévin Redon
2018-07-08 14:13:29 +02:00
parent 33d1eb73fd
commit 55f0612c8e

View File

@@ -963,7 +963,7 @@ void Sniffer_run(void)
break; break;
case ISO7816_S_WAIT_TPDU: /* After the ATR we expect TPDU or PPS data */ case ISO7816_S_WAIT_TPDU: /* After the ATR we expect TPDU or PPS data */
case ISO7816_S_WAIT_PPS_RSP: case ISO7816_S_WAIT_PPS_RSP:
if (byte == 0xff) { if (0xff == byte) {
if (ISO7816_S_WAIT_PPS_RSP == iso_state) { if (ISO7816_S_WAIT_PPS_RSP == iso_state) {
change_state(ISO7816_S_IN_PPS_RSP); /* Go to PPS state */ change_state(ISO7816_S_IN_PPS_RSP); /* Go to PPS state */
} else { } else {