Whitespace fixes for g_autoptr coding style

This commit is contained in:
Robert Ancell 2019-11-08 09:42:10 +13:00
parent aed05547f3
commit 19ccad96ae
5 changed files with 6 additions and 6 deletions

View file

@ -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, &parameters);