From: krw Date: Thu, 4 Jan 2018 19:52:30 +0000 (+0000) Subject: Compact some whitespace, unsplit now shorter lines. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a640b390b46eb4ca3e1dc305e7b412f7a3926e00;p=openbsd Compact some whitespace, unsplit now shorter lines. --- 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