style cleanup

This commit is contained in:
Christian Hergert
2019-06-05 15:11:24 -07:00
parent 400e5b81bc
commit 0f85e10368

View File

@ -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);
}
/**