libsysprof-capture: whitespace cleanup

This commit is contained in:
Christian Hergert
2019-05-13 18:57:23 -07:00
parent 74ea7d197c
commit 6731b1552b

View File

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