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-3gpp.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'cli/mmcli-modem-3gpp.c') diff --git a/cli/mmcli-modem-3gpp.c b/cli/mmcli-modem-3gpp.c index 5b745eb8..3c10be25 100644 --- a/cli/mmcli-modem-3gpp.c +++ b/cli/mmcli-modem-3gpp.c @@ -89,16 +89,16 @@ static GOptionEntry entries[] = { GOptionGroup * mmcli_modem_3gpp_get_option_group (void) { - GOptionGroup *group; + GOptionGroup *group; - group = g_option_group_new ("3gpp", - "3GPP options", - "Show 3GPP related options", - NULL, - NULL); - g_option_group_add_entries (group, entries); + group = g_option_group_new ("3gpp", + "3GPP options", + "Show 3GPP related options", + NULL, + NULL); + g_option_group_add_entries (group, entries); - return group; + return group; } gboolean -- cgit v1.2.3-70-g09d2