From 9c84384cc18ff589233628c193953ca8d7a39f5c Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 5 Jun 2013 20:44:03 +0000 Subject: Remove trailing whitespace. --- posix/bug-glob2.c | 4 ++-- posix/tst-pcre.c | 2 +- posix/wait4.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'posix') 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 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); -- cgit v1.1