From: niklas Date: Thu, 23 Jan 1997 02:18:05 +0000 (+0000) Subject: Pedantic removal of extra spaces X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=648c73f5ed4ec4d53583d6c01e2f510350b02ca3;p=openbsd Pedantic removal of extra spaces --- 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 @@ -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,