diff options
Diffstat (limited to 'cli/mmcli-modem-3gpp.c')
-rw-r--r-- | cli/mmcli-modem-3gpp.c | 16 |
1 files changed, 8 insertions, 8 deletions
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 |