Remove superfluous trailing white space from C files

This commit is contained in:
Douglas Clowes
2014-05-16 15:48:41 +10:00
parent 1881907e00
commit 4c65f82116
91 changed files with 1313 additions and 1313 deletions

View File

@@ -119,7 +119,7 @@ int camdriv_out(void *me, event_t Eo) {
}
if (Eo.dr) {
printf("camdriv_out: symbol=%s, output=%s\n", event_names[Eo.dr], event_signatures[Eo.dr]);
}
}
return 1;
}
@@ -170,7 +170,7 @@ int main(int argc, char *argv[]) {
else if (strstr(argv[1], "help")) {
usage(argv[0]);
return 0;
} else
} else
test = atoi(argv[1]);
if ((test < 1) || (test > tflag)) {
@@ -180,11 +180,11 @@ int main(int argc, char *argv[]) {
}
if (test & 1)
if (test & 1)
ret = test_camrep2sym();
if (test & 2)
if (test & 2)
ret = test_trans_fn();
if (test & 4)
if (test & 4)
ret = test_camdriv_event_io();
if (ret)