core/trivial: whitespace

This commit is contained in:
Thomas Haller 2022-02-01 15:51:07 +01:00
parent dd85cb1958
commit f42de1dfba
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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;