mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 04:18:07 +02:00
Spacing fixes
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3716 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
4874f758d8
commit
2250f28ea1
1 changed files with 2 additions and 2 deletions
|
|
@ -98,8 +98,8 @@ nm_system_device_set_ip4_route (const char *iface,
|
||||||
const NMSettingIP4Address *cfg_addr;
|
const NMSettingIP4Address *cfg_addr;
|
||||||
|
|
||||||
cfg_addr = nm_ip4_config_get_address (iface_config, i);
|
cfg_addr = nm_ip4_config_get_address (iface_config, i);
|
||||||
if ((ip4_dest & cfg_addr->netmask) == (cfg_addr->address & cfg_addr->netmask))
|
if ((ip4_dest & cfg_addr->netmask) == (cfg_addr->address & cfg_addr->netmask))
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue