diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-07-11 18:24:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-07-11 18:24:09 +0000 |
commit | e7522d98c12b146890cefeb5e7692fa86df71a08 (patch) | |
tree | c7c532cfdcf6ee0412ce73af46d5ae1305471dc3 /sbin | |
parent | 3d0f646ae61b2fc705edd4307fa0f3ac312630ab (diff) |
spacing
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/dhclient/clparse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/clparse.c b/sbin/dhclient/clparse.c index f6d46ac78d6..6ada6307992 100644 --- a/sbin/dhclient/clparse.c +++ b/sbin/dhclient/clparse.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clparse.c,v 1.21 2005/07/11 18:09:09 krw Exp $ */ +/* $OpenBSD: clparse.c,v 1.22 2005/07/11 18:24:08 deraadt Exp $ */ /* Parser for dhclient config and lease files... */ @@ -687,7 +687,7 @@ parse_option_decl(FILE *cfile, struct option_data *options) if (strcmp(dhcp_options[code].name, val) == 0) { fmt = dhcp_options[code].format; break; - } + } if (!fmt) { parse_warn("no option named %s", val); |