summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd/validate.c
diff options
context:
space:
mode:
authormartinh <martinh@openbsd.org>2010-06-30 19:42:40 +0000
committermartinh <martinh@openbsd.org>2010-06-30 19:42:40 +0000
commit322d08dd70548320bd495d52f9c478fb00f3af73 (patch)
tree724abfa96d1ca04287676b8e4bfdd7931f8c51b0 /usr.sbin/ldapd/validate.c
parentValidate that an entry can't belong to an abstract object class directly, (diff)
downloadwireguard-openbsd-322d08dd70548320bd495d52f9c478fb00f3af73.tar.xz
wireguard-openbsd-322d08dd70548320bd495d52f9c478fb00f3af73.zip
remove trailing spaces
Diffstat (limited to 'usr.sbin/ldapd/validate.c')
-rw-r--r--usr.sbin/ldapd/validate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ldapd/validate.c b/usr.sbin/ldapd/validate.c
index 2e3db5b08ec..66080d68176 100644
--- a/usr.sbin/ldapd/validate.c
+++ b/usr.sbin/ldapd/validate.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: validate.c,v 1.5 2010/06/30 19:35:20 martinh Exp $ */
+/* $OpenBSD: validate.c,v 1.6 2010/06/30 19:42:40 martinh Exp $ */
/*
* Copyright (c) 2010 Martin Hedenfalk <martin@bzero.se>
@@ -197,7 +197,7 @@ has_attribute(struct attr_type *at, struct attr_list *alist)
return 0;
SLIST_FOREACH(ap, alist, next) {
- if (at == ap->attr_type)
+ if (at == ap->attr_type)
return 1;
}
return 0;