mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-29 06:12:44 +03:00
cosmetic: put spaces around operations
Change-Id: If5ba5f8d16680e8403944274336ea595017063db
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user