diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-23 02:18:06 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-01-23 02:18:06 +0000 |
commit | d313a8992d763dc93c3726cc213f9def9cf0d391 (patch) | |
tree | ff6dee93672345e6daa40be7cab21fb7a9c61797 /usr.sbin/pppd/main.c | |
parent | f1f5b2b72f36a6d132f6a3c0cab2ab5fcb9d3f99 (diff) |
Pedantic removal of extra spaces
Diffstat (limited to 'usr.sbin/pppd/main.c')
-rw-r--r-- | usr.sbin/pppd/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pppd/main.c b/usr.sbin/pppd/main.c index 8d520951a7e..4b22f934e12 100644 --- a/usr.sbin/pppd/main.c +++ b/usr.sbin/pppd/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.13 1996/12/23 13:22:44 mickey Exp $ */ +/* $OpenBSD: main.c,v 1.14 1997/01/23 02:18:05 niklas Exp $ */ /* * main.c - Point-to-Point Protocol main module @@ -20,7 +20,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: main.c,v 1.13 1996/12/23 13:22:44 mickey Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.14 1997/01/23 02:18:05 niklas Exp $"; #endif #include <stdio.h> @@ -270,7 +270,7 @@ main(argc, argv) } syslog(LOG_NOTICE, "pppd %s.%d started by %s, uid %d", VERSION, PATCHLEVEL, p, uid); - + /* * Compute mask of all interesting signals and install signal handlers * for each. Only one signal handler may be active at a time. Therefore, |