summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-02-01 15:51:07 +0100
committerThomas Haller <thaller@redhat.com>2022-02-01 15:51:07 +0100
commitf42de1dfba384fd51755cace2167cded293acf1d (patch)
tree84126a1082566c2818f22e1f0e1c81c81ab0ac0f
parentdd85cb195879301035dd74b880c75c479cfb6c86 (diff)
downloadNetworkManager-f42de1dfba384fd51755cace2167cded293acf1d.tar.gz
core/trivial: whitespace
-rw-r--r--src/core/dhcp/nm-dhcp-options.c1
1 files changed, 0 insertions, 1 deletions
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;