mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-05 04:06:31 -05:00
fix coding style
This commit is contained in:
parent
4c7748b7a0
commit
64cf3ff335
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue