Remove superfluous trailing white space from C files
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user