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