mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: fixup whitespace in headers
This commit is contained in:
@ -35,17 +35,17 @@ G_BEGIN_DECLS
|
||||
typedef struct _SysprofColorCycle SysprofColorCycle;
|
||||
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
GType sysprof_color_cycle_get_type (void);
|
||||
GType sysprof_color_cycle_get_type (void);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
SysprofColorCycle *sysprof_color_cycle_ref (SysprofColorCycle *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_color_cycle_unref (SysprofColorCycle *self);
|
||||
void sysprof_color_cycle_unref (SysprofColorCycle *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
SysprofColorCycle *sysprof_color_cycle_new (void);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_color_cycle_reset (SysprofColorCycle *self);
|
||||
void sysprof_color_cycle_reset (SysprofColorCycle *self);
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
void sysprof_color_cycle_next (SysprofColorCycle *self,
|
||||
GdkRGBA *rgba);
|
||||
void sysprof_color_cycle_next (SysprofColorCycle *self,
|
||||
GdkRGBA *rgba);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user