mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 07:30:54 +00:00
libsysprof-ui: whitespace cleanup
This commit is contained in:
@ -108,7 +108,7 @@ sysprof_color_cycle_unref (SysprofColorCycle *self)
|
||||
|
||||
void
|
||||
sysprof_color_cycle_next (SysprofColorCycle *self,
|
||||
GdkRGBA *rgba)
|
||||
GdkRGBA *rgba)
|
||||
{
|
||||
g_return_if_fail (self != NULL);
|
||||
g_return_if_fail (self->position < self->n_colors);
|
||||
|
||||
Reference in New Issue
Block a user