diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-06-05 20:44:03 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-06-05 20:44:03 +0000 |
commit | 9c84384cc18ff589233628c193953ca8d7a39f5c (patch) | |
tree | 95d1f5aee409b208db7545d678012eeae9559fae /posix | |
parent | 5556231db2301917cd14a7450de4eba2368c9763 (diff) | |
download | glibc-9c84384cc18ff589233628c193953ca8d7a39f5c.zip glibc-9c84384cc18ff589233628c193953ca8d7a39f5c.tar.gz glibc-9c84384cc18ff589233628c193953ca8d7a39f5c.tar.bz2 |
Remove trailing whitespace.
Diffstat (limited to 'posix')
-rw-r--r-- | posix/bug-glob2.c | 4 | ||||
-rw-r--r-- | posix/tst-pcre.c | 2 | ||||
-rw-r--r-- | posix/wait4.c | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/posix/bug-glob2.c b/posix/bug-glob2.c index a8ffcb0..abae19b 100644 --- a/posix/bug-glob2.c +++ b/posix/bug-glob2.c @@ -276,7 +276,7 @@ do_test (void) != GLOB_ABORTED) { puts ("glob did not fail with GLOB_ABORTED"); - exit (EXIT_FAILURE); + exit (EXIT_FAILURE); } globfree (&gl); @@ -288,7 +288,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); diff --git a/posix/tst-pcre.c b/posix/tst-pcre.c index 5a2dcd6..afae926 100644 --- a/posix/tst-pcre.c +++ b/posix/tst-pcre.c @@ -132,7 +132,7 @@ main (int argc, char **argv) { regex_t re; int n; - + if (!pattern_valid) { printf ("%zd: No previous valid pattern %s\n", linenum, line); diff --git a/posix/wait4.c b/posix/wait4.c index fd23da5..e55f71d 100644 --- a/posix/wait4.c +++ b/posix/wait4.c @@ -20,7 +20,7 @@ #include <errno.h> pid_t -__wait4 (__pid_t pid, __WAIT_STATUS stat_loc, int options, +__wait4 (__pid_t pid, __WAIT_STATUS stat_loc, int options, struct rusage *usage) { __set_errno (ENOSYS); |