whitespace

This commit is contained in:
Christian Hergert
2019-05-24 19:02:30 -07:00
parent 19f4a6ae70
commit 26bcf94888

View File

@ -294,9 +294,9 @@ sysprof_capture_reader_ensure_space_for (SysprofCaptureReader *self,
/* Read into our buffer after our current read position */ /* Read into our buffer after our current read position */
r = _sysprof_pread (self->fd, r = _sysprof_pread (self->fd,
&self->buf[self->len], &self->buf[self->len],
self->bufsz - self->len, self->bufsz - self->len,
self->fd_off); self->fd_off);
if (r <= 0) if (r <= 0)
break; break;