make style

This commit is contained in:
Philippe Teuwen 2019-07-19 13:18:35 +02:00
commit 8e6258936c
5 changed files with 13 additions and 14 deletions

View file

@ -539,7 +539,7 @@ int EMVSearch(EMVCommandChannel channel, bool ActivateField, bool LeaveFieldON,
i--;
} else {
// (1) - card select error, (4) reply timeout, (200) - result length = 0
if (res == 1 || res == 4 ||res == 200) {
if (res == 1 || res == 4 || res == 200) {
if (!LeaveFieldON)
DropFieldEx(channel);