diff options
author | 2016-09-04 10:10:23 +0000 | |
---|---|---|
committer | 2016-09-04 10:10:23 +0000 | |
commit | 88935985bae9da5c2ba48c5fa23747360d7a9895 (patch) | |
tree | 8185defa22ce6bbda95b86f924da0b4a46f13982 /usr.sbin/ospfd/ospfd.c | |
parent | Switch the cubie miniroot from the Allwinner A10 based Cubieboard1 (diff) | |
download | wireguard-openbsd-88935985bae9da5c2ba48c5fa23747360d7a9895.tar.xz wireguard-openbsd-88935985bae9da5c2ba48c5fa23747360d7a9895.zip |
A few bits of stray leading/embedded/trailing whitespace spotted while
stealing code.
Diffstat (limited to 'usr.sbin/ospfd/ospfd.c')
-rw-r--r-- | usr.sbin/ospfd/ospfd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.c b/usr.sbin/ospfd/ospfd.c index 72a6c7a6cd8..2ef1edc04a7 100644 --- a/usr.sbin/ospfd/ospfd.c +++ b/usr.sbin/ospfd/ospfd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.c,v 1.91 2016/09/03 10:22:57 renato Exp $ */ +/* $OpenBSD: ospfd.c,v 1.92 2016/09/04 10:10:23 krw Exp $ */ /* * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -282,7 +282,7 @@ main(int argc, char *argv[]) __dead void ospfd_shutdown(void) { - pid_t pid; + pid_t pid; int status; struct redistribute *r; |