[sysprof] whitespace



commit 26bcf94888d4504c2a9426fb21e9a63c029f495c
Author: Christian Hergert <chergert redhat com>
Date:   Fri May 24 19:02:30 2019 -0700

    whitespace

 src/libsysprof-capture/sysprof-capture-reader.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/libsysprof-capture/sysprof-capture-reader.c b/src/libsysprof-capture/sysprof-capture-reader.c
index 4c063c6..c3ef7c3 100644
--- a/src/libsysprof-capture/sysprof-capture-reader.c
+++ b/src/libsysprof-capture/sysprof-capture-reader.c
@@ -294,9 +294,9 @@ sysprof_capture_reader_ensure_space_for (SysprofCaptureReader *self,
 
           /* Read into our buffer after our current read position */
           r = _sysprof_pread (self->fd,
-                         &self->buf[self->len],
-                         self->bufsz - self->len,
-                         self->fd_off);
+                              &self->buf[self->len],
+                              self->bufsz - self->len,
+                              self->fd_off);
 
           if (r <= 0)
             break;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]