fix some indentations.

This commit is contained in:
Audrey Diacre 2012-01-25 13:49:55 +00:00
parent 4f0227ddcb
commit 512a407213
9 changed files with 55 additions and 55 deletions

View file

@ -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) {

View file

@ -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) {

View file

@ -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) {

View file

@ -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) {

View file

@ -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) {

View file

@ -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) {

View file

@ -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) {

View file

@ -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) {

View file

@ -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) {