summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd/hostapd.c
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2005-10-07 21:52:41 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2005-10-07 21:52:41 +0000
commit68bb387b63eb8142adc265083c8928093a03786f (patch)
tree92d1b2ac2394b1737065c855a785cbf7e3360ac7 /usr.sbin/hostapd/hostapd.c
parent72e54d6f66713dc2905d7b70108ffcfeda54f2bd (diff)
spacing
Diffstat (limited to 'usr.sbin/hostapd/hostapd.c')
-rw-r--r--usr.sbin/hostapd/hostapd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hostapd/hostapd.c b/usr.sbin/hostapd/hostapd.c
index 05a036dc7c7..6b0e05bd72f 100644
--- a/usr.sbin/hostapd/hostapd.c
+++ b/usr.sbin/hostapd/hostapd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hostapd.c,v 1.19 2005/09/13 09:22:42 reyk Exp $ */
+/* $OpenBSD: hostapd.c,v 1.20 2005/10/07 21:52:40 reyk Exp $ */
/*
* Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net>
@@ -338,7 +338,7 @@ hostapd_cleanup(struct hostapd_config *cfg)
/* Cleanup tables */
while ((table = TAILQ_FIRST(&cfg->c_tables)) != NULL) {
- while((entry = RB_MIN(hostapd_tree, &table->t_tree)) != NULL) {
+ while ((entry = RB_MIN(hostapd_tree, &table->t_tree)) != NULL) {
RB_REMOVE(hostapd_tree, &table->t_tree, entry);
free(entry);
}