mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
whitespace
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user