From 26bcf94888d4504c2a9426fb21e9a63c029f495c Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Fri, 24 May 2019 19:02:30 -0700 Subject: [PATCH] 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 4c063c6b..c3ef7c3e 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;