libsysprof-ui: whitespace cleanup

This commit is contained in:
Christian Hergert
2019-05-15 20:50:04 -07:00
parent e3245c3c3b
commit 60ba134e9d
2 changed files with 6 additions and 6 deletions

View File

@ -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);