libsysprof-ui: fixup whitespace in headers

This commit is contained in:
Christian Hergert
2019-05-08 17:23:48 -07:00
parent a6e061f5b1
commit 88a689ade1
18 changed files with 89 additions and 88 deletions

View File

@ -44,15 +44,15 @@ struct _SysprofCallgraphViewClass
};
SYSPROF_AVAILABLE_IN_ALL
GtkWidget *sysprof_callgraph_view_new (void);
GtkWidget *sysprof_callgraph_view_new (void);
SYSPROF_AVAILABLE_IN_ALL
SysprofCallgraphProfile *sysprof_callgraph_view_get_profile (SysprofCallgraphView *self);
SYSPROF_AVAILABLE_IN_ALL
void sysprof_callgraph_view_set_profile (SysprofCallgraphView *self,
SysprofCallgraphProfile *profile);
void sysprof_callgraph_view_set_profile (SysprofCallgraphView *self,
SysprofCallgraphProfile *profile);
SYSPROF_AVAILABLE_IN_ALL
gchar *sysprof_callgraph_view_screenshot (SysprofCallgraphView *self);
gchar *sysprof_callgraph_view_screenshot (SysprofCallgraphView *self);
SYSPROF_AVAILABLE_IN_ALL
guint sysprof_callgraph_view_get_n_functions (SysprofCallgraphView *self);
guint sysprof_callgraph_view_get_n_functions (SysprofCallgraphView *self);
G_END_DECLS