mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 02:30:08 +01:00
cli: fix bad indentation
This commit is contained in:
parent
ed5cd288c4
commit
1a91ef2dc6
1 changed files with 2 additions and 2 deletions
|
|
@ -756,7 +756,7 @@ usage_device_reapply (void)
|
|||
"ARGUMENTS := <ifname>\n"
|
||||
"\n"
|
||||
"Attempts to update device with changes to the currently active connection\n"
|
||||
"made since it was last applied.\n\n"));
|
||||
"made since it was last applied.\n\n"));
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
@ -3901,7 +3901,7 @@ do_device_wifi_hotspot (NmCli *nmc, int argc, char **argv)
|
|||
if (!con_name)
|
||||
con_name = default_name = nmc_unique_connection_name (nm_client_get_connections (nmc->client), "Hotspot");
|
||||
g_object_set (s_con,
|
||||
NM_SETTING_CONNECTION_ID, con_name,
|
||||
NM_SETTING_CONNECTION_ID, con_name,
|
||||
NM_SETTING_CONNECTION_AUTOCONNECT, FALSE,
|
||||
NULL);
|
||||
g_free (default_name);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue