From 6731b1552b864f40f387c429c7b21f53906824c1 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Mon, 13 May 2019 18:57:23 -0700 Subject: [PATCH] libsysprof-capture: whitespace cleanup --- src/libsysprof-capture/sysprof-capture-types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsysprof-capture/sysprof-capture-types.h b/src/libsysprof-capture/sysprof-capture-types.h index 833317d2..bd6a36e2 100644 --- a/src/libsysprof-capture/sysprof-capture-types.h +++ b/src/libsysprof-capture/sysprof-capture-types.h @@ -243,7 +243,7 @@ G_STATIC_ASSERT (sizeof (SysprofCaptureMark) == 96); static inline gint sysprof_capture_address_compare (SysprofCaptureAddress a, - SysprofCaptureAddress b) + SysprofCaptureAddress b) { if (a < b) return -1;