aboutsummaryrefslogtreecommitdiff
path: root/cli/mmcli-modem-location.c
diff options
context:
space:
mode:
authorBen Chan <benchan@chromium.org>2014-05-19 23:46:27 -0700
committerAleksander Morgado <aleksander@aleksander.es>2014-05-20 09:32:15 +0200
commitd4177f554bab5e596aeb8a2f80ad8466d837e799 (patch)
tree877a42ed6ba6d88f953ff8bcd5e0d942c9be4231 /cli/mmcli-modem-location.c
parent5d47478d06944cb420a78982604a0eded5d1c9e2 (diff)
cli: consistently use spaces for indentation
Diffstat (limited to 'cli/mmcli-modem-location.c')
-rw-r--r--cli/mmcli-modem-location.c16
1 files changed, 8 insertions, 8 deletions
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