summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2017-01-17 22:10:55 +0000
committerkrw <krw@openbsd.org>2017-01-17 22:10:55 +0000
commit7df7ca8177d04c6f5bdc9eeece1e54700f54aa91 (patch)
tree9f5bdc83f6bc5d824192cb7dabbf28b63dcdd272 /usr.sbin/ldapd
parentNuke some whitespace that keeps poking me in the eye as I try to (diff)
downloadwireguard-openbsd-7df7ca8177d04c6f5bdc9eeece1e54700f54aa91.tar.xz
wireguard-openbsd-7df7ca8177d04c6f5bdc9eeece1e54700f54aa91.zip
Nuke some whitespace that keeps poking me in the eye as I try to
steal code.
Diffstat (limited to 'usr.sbin/ldapd')
-rw-r--r--usr.sbin/ldapd/log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ldapd/log.c b/usr.sbin/ldapd/log.c
index 5afdd7a4b9c..b2d2c7a0a46 100644
--- a/usr.sbin/ldapd/log.c
+++ b/usr.sbin/ldapd/log.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.c,v 1.4 2013/11/02 13:31:51 deraadt Exp $ */
+/* $OpenBSD: log.c,v 1.5 2017/01/17 22:10:55 krw Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -77,7 +77,7 @@ vlog(int pri, const char *fmt, va_list ap)
time_t now;
if (debug) {
- gettimeofday(&tv, NULL);
+ gettimeofday(&tv, NULL);
now = tv.tv_sec;
tm = localtime(&now);
rc = strftime(datebuf, sizeof(datebuf), "%b %e %H:%M:%S", tm);