From 8c317f03f6d4d89fd7b0cc1e6eaf515040b8e701 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 14 May 2019 17:26:47 +0200 Subject: style fix, no code changes Signed-off-by: Denys Vlasenko --- networking/udhcp/dhcpd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'networking/udhcp/dhcpd.c') diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c index c46e1721e..0642fc826 100644 --- a/networking/udhcp/dhcpd.c +++ b/networking/udhcp/dhcpd.c @@ -365,7 +365,8 @@ static int FAST_FUNC read_staticlease(const char *const_line, void *arg) return 1; } -static int FAST_FUNC read_optset(const char *line, void *arg) { +static int FAST_FUNC read_optset(const char *line, void *arg) +{ return udhcp_str2optset(line, arg, dhcp_optflags, dhcp_option_strings, /*dhcpv6:*/ 0 -- cgit v1.2.3