mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 20:28:15 +02:00
trivial: spacing fix
This commit is contained in:
parent
5519ff9952
commit
74d962e8c4
1 changed files with 2 additions and 2 deletions
|
|
@ -78,8 +78,8 @@ nm_dhcp_dhclient_create_config (const char *interface,
|
||||||
/* Override config file "dhcp-client-id" and use one from the
|
/* Override config file "dhcp-client-id" and use one from the
|
||||||
* connection.
|
* connection.
|
||||||
*/
|
*/
|
||||||
if ( s_ip4
|
if ( s_ip4
|
||||||
&& nm_setting_ip4_config_get_dhcp_client_id (s_ip4)
|
&& nm_setting_ip4_config_get_dhcp_client_id (s_ip4)
|
||||||
&& !strncmp (p, CLIENTID_TAG, strlen (CLIENTID_TAG)))
|
&& !strncmp (p, CLIENTID_TAG, strlen (CLIENTID_TAG)))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue