mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-capture: whitespace cleanup
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user