summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-08-27 02:12:29 +0000
committerpeter <peter@FreeBSD.org>2000-08-27 02:12:29 +0000
commit5725601caffd99e2c7509cb246a19a5dfe5302b8 (patch)
tree75c393d8c48ff56d22f57404c6ac4fcc62107559 /usr.bin
parentb4ced624462c0b03e2c279c34c489f9554727dda (diff)
downloadFreeBSD-src-5725601caffd99e2c7509cb246a19a5dfe5302b8.zip
FreeBSD-src-5725601caffd99e2c7509cb246a19a5dfe5302b8.tar.gz
Try and fix up some bogus indentation leftovers from emacs several
years ago.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/killall/killall.c4
1 files changed, 2 insertions, 2 deletions
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];
OpenPOWER on IntegriCloud