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-modem-simple.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'cli/mmcli-modem-simple.c') diff --git a/cli/mmcli-modem-simple.c b/cli/mmcli-modem-simple.c index 7b997926..745e5387 100644 --- a/cli/mmcli-modem-simple.c +++ b/cli/mmcli-modem-simple.c @@ -67,16 +67,16 @@ static GOptionEntry entries[] = { GOptionGroup * mmcli_modem_simple_get_option_group (void) { - GOptionGroup *group; + GOptionGroup *group; - group = g_option_group_new ("simple", - "Simple options", - "Show Simple options", - NULL, - NULL); - g_option_group_add_entries (group, entries); + group = g_option_group_new ("simple", + "Simple options", + "Show Simple options", + NULL, + NULL); + g_option_group_add_entries (group, entries); - return group; + return group; } gboolean -- cgit v1.2.3-70-g09d2