summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd/tree.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-04-14 04:34:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-04-14 04:34:20 +0000
commit0e6fba08aae49f759c57bdf166083f6fcb6173cd (patch)
treef8b78e4751e3475b7ec426f39c27dba339c8b41a /usr.sbin/dhcpd/tree.c
parent7a18bc4c88c80a179a7fcf67d3aacbdab6783cd5 (diff)
spaces
Diffstat (limited to 'usr.sbin/dhcpd/tree.c')
-rw-r--r--usr.sbin/dhcpd/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/tree.c b/usr.sbin/dhcpd/tree.c
index 76adec88127..d2c91b8c222 100644
--- a/usr.sbin/dhcpd/tree.c
+++ b/usr.sbin/dhcpd/tree.c
@@ -152,7 +152,7 @@ struct tree *tree_concat (left, right)
free_tree (right, "tree_concat");
return left;
}
-
+
/* Otherwise, allocate a new node to concatenate the two. */
if (!(nt = new_tree ("tree_concat")))
error ("No memory for data tree concatenation node.");
@@ -335,7 +335,7 @@ static time_t do_host_lookup (bufix, bufp, bufcount, dns)
/* Count the number of addresses we got... */
for (i = 0; h -> h_addr_list [i]; i++)
;
-
+
/* Do we need to allocate more memory? */
new_len = i * h -> h_length;
if (dns -> buf_len < i) {