[sysprof/wip/chergert/sysprof-3] whitespace



commit 0a594312c20a7ca1f4c40aa7b0dd9e45a7da5464
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]