mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-20 13:36:19 +00:00
add some whitespaces
This commit is contained in:
@@ -165,7 +165,7 @@ test_dep (void)
|
||||
.cut_test_context = test_context,
|
||||
};
|
||||
|
||||
for (int i=0; i<3; i++) {
|
||||
for (int i = 0; i < 3; i++) {
|
||||
initiator_data.nbr = nbrs[i];
|
||||
|
||||
if ((res = pthread_create (&(threads[TARGET]), NULL, target_thread, &target_data)))
|
||||
|
||||
Reference in New Issue
Block a user