mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof-capture: whitespace cleanup
This commit is contained in:
@ -243,7 +243,7 @@ G_STATIC_ASSERT (sizeof (SysprofCaptureMark) == 96);
|
|||||||
|
|
||||||
static inline gint
|
static inline gint
|
||||||
sysprof_capture_address_compare (SysprofCaptureAddress a,
|
sysprof_capture_address_compare (SysprofCaptureAddress a,
|
||||||
SysprofCaptureAddress b)
|
SysprofCaptureAddress b)
|
||||||
{
|
{
|
||||||
if (a < b)
|
if (a < b)
|
||||||
return -1;
|
return -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user