fix coding style

This commit is contained in:
ZenBooster 2023-01-23 13:49:38 +03:00 committed by Илья
parent 4c7748b7a0
commit 64cf3ff335

View file

@ -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);