mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-05 13:50:15 +01:00
initrd/trivial: fix whitespace
This commit is contained in:
parent
125b9a5a5d
commit
c4eadb709c
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ get_conn (GHashTable *connections, const char *ifname, const char *type_name)
|
|||
NM_SETTING_CONNECTION_ID, ifname ?: "Wired Connection",
|
||||
NM_SETTING_CONNECTION_UUID, nm_utils_uuid_generate_a (),
|
||||
NM_SETTING_CONNECTION_INTERFACE_NAME, ifname,
|
||||
NM_SETTING_CONNECTION_MULTI_CONNECT, multi_connect,
|
||||
NM_SETTING_CONNECTION_MULTI_CONNECT, multi_connect,
|
||||
NULL);
|
||||
|
||||
if (!type_name)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue