selection: whitespace cleanup

This commit is contained in:
Christian Hergert
2020-02-04 11:08:21 -08:00
parent 31d83a12b9
commit 9689b8c9c6

View File

@ -272,7 +272,7 @@ sysprof_selection_unselect_all (SysprofSelection *self)
gboolean
sysprof_selection_contains (SysprofSelection *self,
gint64 time_at)
gint64 time_at)
{
if (self == NULL || self->ranges->len == 0)
return TRUE;