fix some indentations.
This commit is contained in:
parent
4f0227ddcb
commit
512a407213
9 changed files with 55 additions and 55 deletions
|
@ -112,12 +112,12 @@ main(int argc, char *argv[])
|
||||||
errx (EXIT_FAILURE, "No NFC device found.");
|
errx (EXIT_FAILURE, "No NFC device found.");
|
||||||
|
|
||||||
for (size_t d = 0; d < device_count; d++) {
|
for (size_t d = 0; d < device_count; d++) {
|
||||||
device = nfc_open (NULL, devices[d]);
|
device = nfc_open (NULL, devices[d]);
|
||||||
if (!device) {
|
if (!device) {
|
||||||
warnx ("nfc_open() failed.");
|
warnx ("nfc_open() failed.");
|
||||||
error = EXIT_FAILURE;
|
error = EXIT_FAILURE;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
tags = freefare_get_tags (device);
|
tags = freefare_get_tags (device);
|
||||||
if (!tags) {
|
if (!tags) {
|
||||||
|
|
|
@ -201,12 +201,12 @@ main(int argc, char *argv[])
|
||||||
errx (EXIT_FAILURE, "No NFC device found.");
|
errx (EXIT_FAILURE, "No NFC device found.");
|
||||||
|
|
||||||
for (size_t d = 0; d < device_count; d++) {
|
for (size_t d = 0; d < device_count; d++) {
|
||||||
device = nfc_open (NULL, devices[d]);
|
device = nfc_open (NULL, devices[d]);
|
||||||
if (!device) {
|
if (!device) {
|
||||||
warnx ("nfc_open() failed.");
|
warnx ("nfc_open() failed.");
|
||||||
error = EXIT_FAILURE;
|
error = EXIT_FAILURE;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
tags = freefare_get_tags (device);
|
tags = freefare_get_tags (device);
|
||||||
if (!tags) {
|
if (!tags) {
|
||||||
|
|
|
@ -49,12 +49,12 @@ main(int argc, char *argv[])
|
||||||
errx (EXIT_FAILURE, "No NFC device found.");
|
errx (EXIT_FAILURE, "No NFC device found.");
|
||||||
|
|
||||||
for (size_t d = 0; d < device_count; d++) {
|
for (size_t d = 0; d < device_count; d++) {
|
||||||
device = nfc_open (NULL, devices[d]);
|
device = nfc_open (NULL, devices[d]);
|
||||||
if (!device) {
|
if (!device) {
|
||||||
warnx ("nfc_open() failed.");
|
warnx ("nfc_open() failed.");
|
||||||
error = EXIT_FAILURE;
|
error = EXIT_FAILURE;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
tags = freefare_get_tags (device);
|
tags = freefare_get_tags (device);
|
||||||
if (!tags) {
|
if (!tags) {
|
||||||
|
|
|
@ -83,12 +83,12 @@ main(int argc, char *argv[])
|
||||||
errx (EXIT_FAILURE, "No NFC device found.");
|
errx (EXIT_FAILURE, "No NFC device found.");
|
||||||
|
|
||||||
for (size_t d = 0; (!error) && (d < device_count); d++) {
|
for (size_t d = 0; (!error) && (d < device_count); d++) {
|
||||||
device = nfc_open (NULL, devices[d]);
|
device = nfc_open (NULL, devices[d]);
|
||||||
if (!device) {
|
if (!device) {
|
||||||
warnx ("nfc_open() failed.");
|
warnx ("nfc_open() failed.");
|
||||||
error = EXIT_FAILURE;
|
error = EXIT_FAILURE;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
tags = freefare_get_tags (device);
|
tags = freefare_get_tags (device);
|
||||||
if (!tags) {
|
if (!tags) {
|
||||||
|
|
|
@ -83,12 +83,12 @@ main(int argc, char *argv[])
|
||||||
errx (EXIT_FAILURE, "No NFC device found.");
|
errx (EXIT_FAILURE, "No NFC device found.");
|
||||||
|
|
||||||
for (size_t d = 0; (!error) && (d < device_count); d++) {
|
for (size_t d = 0; (!error) && (d < device_count); d++) {
|
||||||
device = nfc_open (NULL, devices[d]);
|
device = nfc_open (NULL, devices[d]);
|
||||||
if (!device) {
|
if (!device) {
|
||||||
warnx ("nfc_open() failed.");
|
warnx ("nfc_open() failed.");
|
||||||
error = EXIT_FAILURE;
|
error = EXIT_FAILURE;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
tags = freefare_get_tags (device);
|
tags = freefare_get_tags (device);
|
||||||
if (!tags) {
|
if (!tags) {
|
||||||
|
|
|
@ -80,12 +80,12 @@ main(int argc, char *argv[])
|
||||||
errx (EXIT_FAILURE, "No NFC device found.");
|
errx (EXIT_FAILURE, "No NFC device found.");
|
||||||
|
|
||||||
for (size_t d = 0; (!error) && (d < device_count); d++) {
|
for (size_t d = 0; (!error) && (d < device_count); d++) {
|
||||||
device = nfc_open (NULL, devices[d]);
|
device = nfc_open (NULL, devices[d]);
|
||||||
if (!device) {
|
if (!device) {
|
||||||
warnx ("nfc_open() failed.");
|
warnx ("nfc_open() failed.");
|
||||||
error = EXIT_FAILURE;
|
error = EXIT_FAILURE;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
tags = freefare_get_tags (device);
|
tags = freefare_get_tags (device);
|
||||||
if (!tags) {
|
if (!tags) {
|
||||||
|
|
|
@ -80,12 +80,12 @@ main(int argc, char *argv[])
|
||||||
errx (EXIT_FAILURE, "No NFC device found.");
|
errx (EXIT_FAILURE, "No NFC device found.");
|
||||||
|
|
||||||
for (size_t d = 0; (!error) && (d < device_count); d++) {
|
for (size_t d = 0; (!error) && (d < device_count); d++) {
|
||||||
device = nfc_open (NULL, devices[d]);
|
device = nfc_open (NULL, devices[d]);
|
||||||
if (!device) {
|
if (!device) {
|
||||||
warnx ("nfc_open() failed.");
|
warnx ("nfc_open() failed.");
|
||||||
error = EXIT_FAILURE;
|
error = EXIT_FAILURE;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
tags = freefare_get_tags (device);
|
tags = freefare_get_tags (device);
|
||||||
if (!tags) {
|
if (!tags) {
|
||||||
|
|
|
@ -47,12 +47,12 @@ main(int argc, char *argv[])
|
||||||
errx (EXIT_FAILURE, "No NFC device found.");
|
errx (EXIT_FAILURE, "No NFC device found.");
|
||||||
|
|
||||||
for (size_t d = 0; d < device_count; d++) {
|
for (size_t d = 0; d < device_count; d++) {
|
||||||
device = nfc_open (NULL, devices[d]);
|
device = nfc_open (NULL, devices[d]);
|
||||||
if (!device) {
|
if (!device) {
|
||||||
warnx ("nfc_open() failed.");
|
warnx ("nfc_open() failed.");
|
||||||
error = EXIT_FAILURE;
|
error = EXIT_FAILURE;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
tags = freefare_get_tags (device);
|
tags = freefare_get_tags (device);
|
||||||
if (!tags) {
|
if (!tags) {
|
||||||
|
|
|
@ -66,13 +66,13 @@ main(int argc, char *argv[])
|
||||||
errx (EXIT_FAILURE, "No NFC device found.");
|
errx (EXIT_FAILURE, "No NFC device found.");
|
||||||
|
|
||||||
for (size_t d = 0; d < device_count; d++) {
|
for (size_t d = 0; d < device_count; d++) {
|
||||||
device = nfc_open (NULL, devices[d]);
|
device = nfc_open (NULL, devices[d]);
|
||||||
|
|
||||||
if (!device) {
|
if (!device) {
|
||||||
warnx ("nfc_open() failed.");
|
warnx ("nfc_open() failed.");
|
||||||
error = EXIT_FAILURE;
|
error = EXIT_FAILURE;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
tags = freefare_get_tags (device);
|
tags = freefare_get_tags (device);
|
||||||
if (!tags) {
|
if (!tags) {
|
||||||
|
|
Loading…
Reference in a new issue