From: Geoff Voelker Date: Thu, 23 Apr 1998 23:43:22 +0000 (+0000) Subject: (sys_kill): Fix indenting. X-Git-Tag: emacs-20.3~1334 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80874ef71c66f29c6d5417575b76ece3c9d8caf6;p=emacs.git (sys_kill): Fix indenting. --- diff --git a/src/w32proc.c b/src/w32proc.c index 1acae25a9f5..a416403b74b 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -1351,7 +1351,7 @@ sys_kill (int pid, int sig) "for pid %lu\n", GetLastError (), pid)); errno = EINVAL; rc = -1; - } + } } else {