From a640b390b46eb4ca3e1dc305e7b412f7a3926e00 Mon Sep 17 00:00:00 2001 From: krw Date: Thu, 4 Jan 2018 19:52:30 +0000 Subject: [PATCH] Compact some whitespace, unsplit now shorter lines. --- sbin/dhclient/clparse.c | 20 +++++++++----------- 1 file 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 -- 2.20.1