summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Giudici <fgiudici@redhat.com>2019-08-21 15:10:15 +0200
committerFrancesco Giudici <fgiudici@redhat.com>2019-08-22 11:35:38 +0200
commit1a91ef2dc68fed6aaa3ca43a5566c8c21f413cc8 (patch)
tree0d5d48b22c341e77383e00d15453240185accff6
parented5cd288c4a67f2393b3fd82593cd6b1d32b5a89 (diff)
downloadNetworkManager-1a91ef2dc68fed6aaa3ca43a5566c8c21f413cc8.tar.gz
cli: fix bad indentation
-rw-r--r--clients/cli/devices.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clients/cli/devices.c b/clients/cli/devices.c
index 8354fcac75..e48d6a3f7c 100644
--- a/clients/cli/devices.c
+++ b/clients/cli/devices.c
@@ -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);