From f42de1dfba384fd51755cace2167cded293acf1d Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 1 Feb 2022 15:51:07 +0100 Subject: [PATCH] core/trivial: whitespace --- src/core/dhcp/nm-dhcp-options.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/dhcp/nm-dhcp-options.c b/src/core/dhcp/nm-dhcp-options.c index 8e18156f09..38806a4223 100644 --- a/src/core/dhcp/nm-dhcp-options.c +++ b/src/core/dhcp/nm-dhcp-options.c @@ -272,7 +272,6 @@ _sorted_options_generate(const NMDhcpOption *base, const NMDhcpOption *const *so _nm_unused static void _ASSERT_sorted(int IS_IPv4, const NMDhcpOption *const *const sorted, int n) - { const NMDhcpOption *const options = IS_IPv4 ? _nm_dhcp_option_dhcp4_options : _nm_dhcp_option_dhcp6_options;