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