[sysprof] style cleanup
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof] style cleanup
- Date: Wed, 5 Jun 2019 23:40:26 +0000 (UTC)
commit 0f85e10368e53bfc0a2309cc35e579460ce7e3fb
Author: Christian Hergert <chergert redhat com>
Date: Wed Jun 5 15:11:24 2019 -0700
style cleanup
src/libsysprof-capture/sysprof-capture-writer.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/libsysprof-capture/sysprof-capture-writer.c b/src/libsysprof-capture/sysprof-capture-writer.c
index 477465a..5d8a5fb 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);
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]