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

@ -156,7 +156,7 @@ activate_panel (CcWindow *self,
GIcon *gicon,
CcPanelVisibility visibility)
{
g_autoptr (GTimer) timer = NULL;
g_autoptr(GTimer) timer = NULL;
GtkWidget *sidebar_widget;
GtkWidget *title_widget;
gdouble ellapsed_time;