diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-23 11:23:36 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-23 11:23:36 +0000 |
commit | 1f020b178664857b0e107778d04fb971a58e6230 (patch) | |
tree | c1cd86593b5d354091e0fa3201c5789bec5c53ad /test/misc | |
parent | f1775381f91f1250b20f1949dfd0364ddb0ee9fc (diff) | |
download | uClibc-alpine-1f020b178664857b0e107778d04fb971a58e6230.tar.bz2 uClibc-alpine-1f020b178664857b0e107778d04fb971a58e6230.tar.xz |
- trim any trailing whitespace
Diffstat (limited to 'test/misc')
-rw-r--r-- | test/misc/bug-glob2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/misc/bug-glob2.c b/test/misc/bug-glob2.c index 9e8be983b..f8b030e2c 100644 --- a/test/misc/bug-glob2.c +++ b/test/misc/bug-glob2.c @@ -275,7 +275,7 @@ do_test (void) != GLOB_ABORTED) { puts ("glob did not fail with GLOB_ABORTED"); - exit (EXIT_FAILURE); + exit (EXIT_FAILURE); } globfree (&gl); @@ -287,7 +287,7 @@ do_test (void) if (glob ("dir2/*", GLOB_DOOFFS, NULL, &gl) != GLOB_NOMATCH) { puts ("glob did not fail with GLOB_NOMATCH"); - exit (EXIT_FAILURE); + exit (EXIT_FAILURE); } globfree (&gl); |