about summary refs log tree commit diff
path: root/posix/wait4.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-06-05 20:44:03 +0000
committerJoseph Myers <joseph@codesourcery.com>2013-06-05 20:44:03 +0000
commit9c84384cc18ff589233628c193953ca8d7a39f5c (patch)
tree95d1f5aee409b208db7545d678012eeae9559fae /posix/wait4.c
parent5556231db2301917cd14a7450de4eba2368c9763 (diff)
downloadglibc-9c84384cc18ff589233628c193953ca8d7a39f5c.tar.gz
glibc-9c84384cc18ff589233628c193953ca8d7a39f5c.tar.xz
glibc-9c84384cc18ff589233628c193953ca8d7a39f5c.zip
Remove trailing whitespace.
Diffstat (limited to 'posix/wait4.c')
-rw-r--r--posix/wait4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/wait4.c b/posix/wait4.c
index fd23da5e88..e55f71d3d3 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);