From 5725601caffd99e2c7509cb246a19a5dfe5302b8 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 27 Aug 2000 02:12:29 +0000 Subject: Try and fix up some bogus indentation leftovers from emacs several years ago. --- usr.bin/killall/killall.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/killall/killall.c b/usr.bin/killall/killall.c index 761f189..0cf417d 100644 --- a/usr.bin/killall/killall.c +++ b/usr.bin/killall/killall.c @@ -100,7 +100,7 @@ main(int ac, char **av) { struct kinfo_proc *procs = NULL, *newprocs; struct stat sb; - struct passwd *pw; + struct passwd *pw; regex_t rgx; regmatch_t pmatch; int i, j; @@ -119,7 +119,7 @@ main(int ac, char **av) uid_t thisuid; dev_t thistdev; int sig = SIGTERM; - const char *const * p; + const char *const *p; char *ep; int errors = 0; int mib[3]; -- cgit v1.1