diff options
author | Martin Hedenfal <martinh@cvs.openbsd.org> | 2010-05-31 18:29:05 +0000 |
---|---|---|
committer | Martin Hedenfal <martinh@cvs.openbsd.org> | 2010-05-31 18:29:05 +0000 |
commit | c185fe4d41589f430e852a957e96b759f757c5a2 (patch) | |
tree | 69ac44124cd1d0b183ccd5c1a831623f77e0efb0 /usr.sbin/ldapd/ldapd.c | |
parent | dfe8c47b7e6355b03bc11e72dfb83a0909696888 (diff) |
Remove trailing whitespace and spaces before tabs.
ok gilles@
Diffstat (limited to 'usr.sbin/ldapd/ldapd.c')
-rw-r--r-- | usr.sbin/ldapd/ldapd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ldapd/ldapd.c b/usr.sbin/ldapd/ldapd.c index 2ad516a4988..8069df7cd8d 100644 --- a/usr.sbin/ldapd/ldapd.c +++ b/usr.sbin/ldapd/ldapd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldapd.c,v 1.1 2010/05/31 17:36:31 martinh Exp $ */ +/* $OpenBSD: ldapd.c,v 1.2 2010/05/31 18:29:04 martinh Exp $ */ /* * Copyright (c) 2009, 2010 Martin Hedenfalk <martin@bzero.se> @@ -229,7 +229,7 @@ void imsg_event_add(struct imsgev *iev) { iev->events = EV_READ; - if (iev->ibuf.w.queued) + if (iev->ibuf.w.queued) iev->events |= EV_WRITE; if (event_initialized(&iev->ev)) |