changeset 2341:12885d185e68

tweak indentation
author Jim Meyering <jim@meyering.net>
date Tue, 07 Mar 2000 20:06:03 +0000
parents 744cd17f399a
children 3d83b842aab6
files lib/nanosleep.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/nanosleep.c
+++ b/lib/nanosleep.c
@@ -64,7 +64,7 @@
 
 int
 rpl_nanosleep (const struct timespec *requested_delay,
-	   struct timespec *remaining_delay)
+	       struct timespec *remaining_delay)
 {
 #ifdef SA_NOCLDSTOP
   struct sigaction oldact, newact;