svn commit: trunk/uClibc/libc/sysdeps/linux/common

sjhill at uclibc.org sjhill at uclibc.org
Sat Feb 25 17:36:47 UTC 2006


Author: sjhill
Date: 2006-02-25 09:36:46 -0800 (Sat, 25 Feb 2006)
New Revision: 14285

Log:
Whitespace and tab cleaning.


Modified:
   trunk/uClibc/libc/sysdeps/linux/common/waitpid.c


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/waitpid.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/waitpid.c	2006-02-25 17:26:56 UTC (rev 14284)
+++ trunk/uClibc/libc/sysdeps/linux/common/waitpid.c	2006-02-25 17:36:46 UTC (rev 14285)
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
 /*
  * Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
  *
@@ -10,11 +11,11 @@
 #include <sys/resource.h>
 
 libc_hidden_proto(wait4)
-	
+
 extern __typeof(waitpid) __libc_waitpid;
 __pid_t __libc_waitpid(__pid_t pid, int *wait_stat, int options)
 {
-    return wait4(pid, wait_stat, options, NULL);
+	return wait4(pid, wait_stat, options, NULL);
 }
 libc_hidden_proto(waitpid)
 weak_alias(__libc_waitpid,waitpid)




More information about the uClibc-cvs mailing list