diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2018-01-04 19:52:31 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2018-01-04 19:52:31 +0000 |
commit | cf6b6ee7bb26bd610f17e8ec0f2c2fecb9f86c26 (patch) | |
tree | 514492c341b94d2c549dd100a31e9c612b89d208 | |
parent | 72528856c21cc8d7cdfbb3978a92e6e894efc74a (diff) |
Compact some whitespace, unsplit now shorter lines.
-rw-r--r-- | sbin/dhclient/clparse.c | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/sbin/dhclient/clparse.c b/sbin/dhclient/clparse.c index 54b0147456f..add71138072 100644 --- a/sbin/dhclient/clparse.c +++ b/sbin/dhclient/clparse.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clparse.c,v 1.164 2018/01/04 18:26:04 krw Exp $ */ +/* $OpenBSD: clparse.c,v 1.165 2018/01/04 19:52:30 krw Exp $ */ /* Parser for dhclient config and lease files. */ @@ -64,16 +64,14 @@ #include "dhctoken.h" #include "log.h" -void parse_conf_decl(FILE *, char *); -int parse_hex_octets(FILE *, unsigned int *, uint8_t **); -int parse_option_list(FILE *, int *, uint8_t *); -int parse_interface_decl(FILE *, char *); -int parse_lease(FILE *, char *, - struct client_lease **); -void parse_lease_decl(FILE *, - struct client_lease *, char *); -int parse_option_decl(FILE *, int *, struct option_data *); -int parse_reject_statement(FILE *); +void parse_conf_decl(FILE *, char *); +int parse_hex_octets(FILE *, unsigned int *, uint8_t **); +int parse_option_list(FILE *, int *, uint8_t *); +int parse_interface_decl(FILE *, char *); +int parse_lease(FILE *, char *,struct client_lease **); +void parse_lease_decl(FILE *,struct client_lease *, char *); +int parse_option_decl(FILE *, int *, struct option_data *); +int parse_reject_statement(FILE *); /* * conf :== conf-decl EOF |