cli: consistently use spaces for indentation
This commit is contained in:

committed by
Aleksander Morgado

parent
5d47478d06
commit
d4177f554b
@@ -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
|
||||
|
Reference in New Issue
Block a user