mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-10 15:10:53 +00:00
style cleanup
This commit is contained in:
@ -878,9 +878,9 @@ sysprof_capture_writer_flush (SysprofCaptureWriter *self)
|
|||||||
{
|
{
|
||||||
g_assert (self != NULL);
|
g_assert (self != NULL);
|
||||||
|
|
||||||
return (sysprof_capture_writer_flush_jitmap (self) &&
|
return sysprof_capture_writer_flush_jitmap (self) &&
|
||||||
sysprof_capture_writer_flush_data (self) &&
|
sysprof_capture_writer_flush_data (self) &&
|
||||||
sysprof_capture_writer_flush_end_time (self));
|
sysprof_capture_writer_flush_end_time (self);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user