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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue