diff options
Diffstat (limited to 'cli/mmcli-modem-simple.c')
-rw-r--r-- | cli/mmcli-modem-simple.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cli/mmcli-modem-simple.c b/cli/mmcli-modem-simple.c index 7b997926..745e5387 100644 --- a/cli/mmcli-modem-simple.c +++ b/cli/mmcli-modem-simple.c @@ -67,16 +67,16 @@ static GOptionEntry entries[] = { GOptionGroup * mmcli_modem_simple_get_option_group (void) { - GOptionGroup *group; + GOptionGroup *group; - group = g_option_group_new ("simple", - "Simple options", - "Show Simple options", - NULL, - NULL); - g_option_group_add_entries (group, entries); + group = g_option_group_new ("simple", + "Simple options", + "Show Simple options", + NULL, + NULL); + g_option_group_add_entries (group, entries); - return group; + return group; } gboolean |