diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-06 20:26:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-11-06 20:26:23 +0000 |
commit | f46ca0c8467d04e53808b38a55c69968c31dd87e (patch) | |
tree | 7677c856c1531ebbb322a615d5f8d66ec05924c2 /usr.sbin/syslogd | |
parent | 45c87b06c965566a37ea40c4c3a2c4ab09a6d582 (diff) |
indent
Diffstat (limited to 'usr.sbin/syslogd')
-rw-r--r-- | usr.sbin/syslogd/syslogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/syslogd/syslogd.c b/usr.sbin/syslogd/syslogd.c index 1b82086ce65..5773050ee93 100644 --- a/usr.sbin/syslogd/syslogd.c +++ b/usr.sbin/syslogd/syslogd.c @@ -949,7 +949,7 @@ init(signo) /* * check for end-of-section, comments, strip off trailing * spaces and newline character. #!prog and !prog are treated - * specially: the following lines apply only to that program. + * specially: the following lines apply only to that program. */ for (p = cline; isspace(*p); ++p) continue; |