astyle --formatted --mode=c --indent=spaces=2 --indent-switches --indent-preprocessor --keep-one-line-blocks --max-instatement-indent=60 --brackets=linux

This commit is contained in:
Philippe Teuwen 2012-05-29 15:53:43 +00:00
parent a2cd236441
commit 67522bae65
5 changed files with 42 additions and 37 deletions

View file

@ -204,8 +204,7 @@ main (int argc, char *argv[])
}
fd3 = fdopen(3, "r");
fd4 = fdopen(4, "w");
}
else {
} else {
if (szFound < 2) {
ERR ("%zd device found but two opened devices are needed to relay NFC.", szFound);
return EXIT_FAILURE;