From 1a91ef2dc68fed6aaa3ca43a5566c8c21f413cc8 Mon Sep 17 00:00:00 2001 From: Francesco Giudici Date: Wed, 21 Aug 2019 15:10:15 +0200 Subject: [PATCH] cli: fix bad indentation --- clients/cli/devices.c | 4 ++-- 1 file 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 := \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);