diff --git a/src/libsysprof-capture/sysprof-capture-writer.c b/src/libsysprof-capture/sysprof-capture-writer.c index 477465ae..5d8a5fb7 100644 --- a/src/libsysprof-capture/sysprof-capture-writer.c +++ b/src/libsysprof-capture/sysprof-capture-writer.c @@ -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); } /**