mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 23:51:06 +00:00
selection: whitespace cleanup
This commit is contained in:
@ -272,7 +272,7 @@ sysprof_selection_unselect_all (SysprofSelection *self)
|
|||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
sysprof_selection_contains (SysprofSelection *self,
|
sysprof_selection_contains (SysprofSelection *self,
|
||||||
gint64 time_at)
|
gint64 time_at)
|
||||||
{
|
{
|
||||||
if (self == NULL || self->ranges->len == 0)
|
if (self == NULL || self->ranges->len == 0)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|||||||
Reference in New Issue
Block a user