From 64cf3ff335dbd8e5a1f2f59782c4f1a3a9cd1d35 Mon Sep 17 00:00:00 2001 From: ZenBooster Date: Mon, 23 Jan 2023 13:49:38 +0300 Subject: [PATCH] fix coding style --- src/utils/pacat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);