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