diff options
| author | Geoff Voelker | 1998-04-23 23:43:22 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1998-04-23 23:43:22 +0000 |
| commit | 80874ef71c66f29c6d5417575b76ece3c9d8caf6 (patch) | |
| tree | bebe177fa6357f1291177e10c86eec9fb9a899b1 /src | |
| parent | 485015ca07da2b6b5d4b8c206c294de0cf9278ca (diff) | |
| download | emacs-80874ef71c66f29c6d5417575b76ece3c9d8caf6.tar.gz emacs-80874ef71c66f29c6d5417575b76ece3c9d8caf6.zip | |
(sys_kill): Fix indenting.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 1351 | "for pid %lu\n", GetLastError (), pid)); | 1351 | "for pid %lu\n", GetLastError (), pid)); |
| 1352 | errno = EINVAL; | 1352 | errno = EINVAL; |
| 1353 | rc = -1; | 1353 | rc = -1; |
| 1354 | } | 1354 | } |
| 1355 | } | 1355 | } |
| 1356 | else | 1356 | else |
| 1357 | { | 1357 | { |