diff options
author | Ben Chan <benchan@chromium.org> | 2014-05-19 23:46:27 -0700 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-05-20 09:32:15 +0200 |
commit | d4177f554bab5e596aeb8a2f80ad8466d837e799 (patch) | |
tree | 877a42ed6ba6d88f953ff8bcd5e0d942c9be4231 /cli/mmcli-sim.c | |
parent | 5d47478d06944cb420a78982604a0eded5d1c9e2 (diff) |
cli: consistently use spaces for indentation
Diffstat (limited to 'cli/mmcli-sim.c')
-rw-r--r-- | cli/mmcli-sim.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/cli/mmcli-sim.c b/cli/mmcli-sim.c index 085f3355..65993392 100644 --- a/cli/mmcli-sim.c +++ b/cli/mmcli-sim.c @@ -78,17 +78,17 @@ static GOptionEntry entries[] = { GOptionGroup * mmcli_sim_get_option_group (void) { - GOptionGroup *group; + GOptionGroup *group; - /* Status options */ - group = g_option_group_new ("sim", - "SIM options", - "Show SIM options", - NULL, - NULL); - g_option_group_add_entries (group, entries); + /* Status options */ + group = g_option_group_new ("sim", + "SIM options", + "Show SIM options", + NULL, + NULL); + g_option_group_add_entries (group, entries); - return group; + return group; } gboolean |