changeset 21742:b1c3fe58dbbe

(sys_kill): Fix indenting.
author Geoff Voelker <voelker@cs.washington.edu>
date Thu, 23 Apr 1998 23:43:22 +0000
parents 3d1ce72aa7b9
children 8def83521606
files src/w32proc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32proc.c	Thu Apr 23 23:43:02 1998 +0000
+++ b/src/w32proc.c	Thu Apr 23 23:43:22 1998 +0000
@@ -1351,7 +1351,7 @@
 		     "for pid %lu\n", GetLastError (), pid));
 	  errno = EINVAL;
 	  rc = -1;
-    }
+	}
     }
   else
     {