summaryrefslogtreecommitdiff
path: root/sbin/dhclient
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-07-13 23:33:05 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-07-13 23:33:05 +0000
commitf58e547073b4dc32cf1005f9e56fb0974d140d07 (patch)
tree9fa0153ebc47adbb67e11665141f14a4694ac307 /sbin/dhclient
parent57448863aa85b691a79d5aa2ca1a96d855aae2b8 (diff)
spacing
Diffstat (limited to 'sbin/dhclient')
-rw-r--r--sbin/dhclient/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/options.c b/sbin/dhclient/options.c
index dc376f446a2..42fa492d75a 100644
--- a/sbin/dhclient/options.c
+++ b/sbin/dhclient/options.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: options.c,v 1.21 2005/07/13 23:25:55 krw Exp $ */
+/* $OpenBSD: options.c,v 1.22 2005/07/13 23:33:04 deraadt Exp $ */
/* DHCP options parsing and reassembly. */
@@ -229,7 +229,7 @@ cons_options(unsigned char *buf, const int buflen, struct option_data *options)
if (bufix < buflen) {
buf[bufix] = DHO_END;
lastopt = bufix;
- }
+ }
return (lastopt);
}