diff --git a/src/utils/pacat.c b/src/utils/pacat.c index 0646b670c..6b10ea07e 100644 --- a/src/utils/pacat.c +++ b/src/utils/pacat.c @@ -626,8 +626,7 @@ static void stdout_callback(pa_mainloop_api*a, pa_io_event *e, int fd, pa_io_eve buf->index += r; - if (buf->index == buf->length) - { + if (buf->index == buf->length) { pa_xfree(buffer); SIMPLEQ_REMOVE_HEAD(&buffer_head, next); pa_xfree(buf);