Whitespace fixes for g_autoptr coding style
This commit is contained in:
parent
aed05547f3
commit
19ccad96ae
5 changed files with 6 additions and 6 deletions
|
@ -96,8 +96,8 @@ launch_panel_activated (GSimpleAction *action,
|
|||
gpointer user_data)
|
||||
{
|
||||
CcApplication *self = CC_APPLICATION (user_data);
|
||||
g_autoptr (GVariant) parameters = NULL;
|
||||
g_autoptr (GError) error = NULL;
|
||||
g_autoptr(GVariant) parameters = NULL;
|
||||
g_autoptr(GError) error = NULL;
|
||||
gchar *panel_id;
|
||||
|
||||
g_variant_get (parameter, "(&s@av)", &panel_id, ¶meters);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue