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

@ -36,12 +36,12 @@ G_DECLARE_FINAL_TYPE (SysprofThemeManager, sysprof_theme_manager, SYSPROF, THEME
G_GNUC_INTERNAL
SysprofThemeManager *sysprof_theme_manager_get_default (void);
G_GNUC_INTERNAL
void sysprof_theme_manager_unregister (SysprofThemeManager *self,
guint registration_id);
void sysprof_theme_manager_unregister (SysprofThemeManager *self,
guint registration_id);
G_GNUC_INTERNAL
guint sysprof_theme_manager_register_resource (SysprofThemeManager *self,
const gchar *theme_name,
const gchar *variant,
const gchar *resource);
guint sysprof_theme_manager_register_resource (SysprofThemeManager *self,
const gchar *theme_name,
const gchar *variant,
const gchar *resource);
G_END_DECLS