From d4177f554bab5e596aeb8a2f80ad8466d837e799 Mon Sep 17 00:00:00 2001 From: Ben Chan Date: Mon, 19 May 2014 23:46:27 -0700 Subject: cli: consistently use spaces for indentation --- cli/mmcli-common.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'cli/mmcli-common.c') diff --git a/cli/mmcli-common.c b/cli/mmcli-common.c index f7182d5c..2d7f66ea 100644 --- a/cli/mmcli-common.c +++ b/cli/mmcli-common.c @@ -1100,17 +1100,17 @@ static GOptionEntry entries[] = { GOptionGroup * mmcli_get_common_option_group (void) { - GOptionGroup *group; + GOptionGroup *group; - /* Status options */ - group = g_option_group_new ("common", - "Common options", - "Show common options", - NULL, - NULL); - g_option_group_add_entries (group, entries); + /* Status options */ + group = g_option_group_new ("common", + "Common options", + "Show common options", + NULL, + NULL); + g_option_group_add_entries (group, entries); - return group; + return group; } const gchar * -- cgit v1.2.3-70-g09d2