From 9689b8c9c6594fe7e8810b9deb659dffacf533d6 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 4 Feb 2020 11:08:21 -0800 Subject: [PATCH] selection: whitespace cleanup --- src/libsysprof/sysprof-selection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsysprof/sysprof-selection.c b/src/libsysprof/sysprof-selection.c index 332408c3..521aff53 100644 --- a/src/libsysprof/sysprof-selection.c +++ b/src/libsysprof/sysprof-selection.c @@ -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;