mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-27 12:16:34 +00:00
astyle
This commit is contained in:
@@ -45,7 +45,7 @@ test_access_storm(void)
|
||||
.nbr = NBR_106,
|
||||
};
|
||||
res = nfc_initiator_list_passive_targets(device, nm, ant, MAX_TARGET_COUNT);
|
||||
cut_assert_operator_int(res, >= , 0, cut_message("nfc_initiator_list_passive_targets"));
|
||||
cut_assert_operator_int(res, >=, 0, cut_message("nfc_initiator_list_passive_targets"));
|
||||
|
||||
nfc_close(device);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user