diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-01-23 08:38:10 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2017-01-23 08:38:10 +0000 |
commit | 1725dd6539ca8b8bac4d5c74ca744cc200f880d9 (patch) | |
tree | 9b7a94022841f10e8bf0cf2632307a48687867ca /usr.sbin/bgpd/log.c | |
parent | 8d529d6c1a18f291e17388255b0e7c5ee4e68b6d (diff) |
whitespace
ok claudio@
Diffstat (limited to 'usr.sbin/bgpd/log.c')
-rw-r--r-- | usr.sbin/bgpd/log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/log.c b/usr.sbin/bgpd/log.c index ae724a478b3..9f9eac94ab8 100644 --- a/usr.sbin/bgpd/log.c +++ b/usr.sbin/bgpd/log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: log.c,v 1.61 2016/09/02 14:00:29 benno Exp $ */ +/* $OpenBSD: log.c,v 1.62 2017/01/23 08:38:09 benno Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -138,7 +138,7 @@ void fatal(const char *emsg, ...) { char s[1024]; - va_list ap; + va_list ap; va_start(ap, emsg); vsnprintf(s, sizeof(s), emsg, ap); |