mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-04-03 04:39:26 +03:00
cosmetic: put spaces around operations
Change-Id: If5ba5f8d16680e8403944274336ea595017063db
This commit is contained in:
@@ -963,7 +963,7 @@ void Sniffer_run(void)
|
||||
break;
|
||||
case ISO7816_S_WAIT_TPDU: /* After the ATR we expect TPDU or PPS data */
|
||||
case ISO7816_S_WAIT_PPS_RSP:
|
||||
if (byte == 0xff) {
|
||||
if (0xff == byte) {
|
||||
if (ISO7816_S_WAIT_PPS_RSP == iso_state) {
|
||||
change_state(ISO7816_S_IN_PPS_RSP); /* Go to PPS state */
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user