]> git.eshelyaron.com Git - emacs.git/commitdiff
(sys_kill): Fix indenting.
authorGeoff Voelker <voelker@cs.washington.edu>
Thu, 23 Apr 1998 23:43:22 +0000 (23:43 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Thu, 23 Apr 1998 23:43:22 +0000 (23:43 +0000)
src/w32proc.c

index 1acae25a9f53255d680ce0022c4536be5c7e390a..a416403b74b85b597a9cf3f62a4fe80f3f87bcdd 100644 (file)
@@ -1351,7 +1351,7 @@ sys_kill (int pid, int sig)
                     "for pid %lu\n", GetLastError (), pid));
          errno = EINVAL;
          rc = -1;
-    }
+       }
     }
   else
     {