mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
Fix up according to Coding Style
Only whitespace changes in here
This commit is contained in:
parent
5715b2af30
commit
ecf09f2cd6
60 changed files with 297 additions and 418 deletions
|
|
@ -379,7 +379,7 @@ static void command_stream_buffer_attr_changed(pa_pdispatch *pd, uint32_t comman
|
|||
|
||||
/* Called from main context */
|
||||
static void command_started(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa_tagstruct *t, void *userdata) {
|
||||
struct userdata *u = userdata;
|
||||
struct userdata *u = userdata;
|
||||
|
||||
pa_assert(pd);
|
||||
pa_assert(t);
|
||||
|
|
@ -973,8 +973,7 @@ static void server_info_cb(pa_pdispatch *pd, uint32_t command, uint32_t tag, pa
|
|||
pa_tagstruct_gets(t, &default_sink_name) < 0 ||
|
||||
pa_tagstruct_gets(t, &default_source_name) < 0 ||
|
||||
pa_tagstruct_getu32(t, &cookie) < 0 ||
|
||||
(u->version >= 15 &&
|
||||
pa_tagstruct_get_channel_map(t, &cm) < 0)) {
|
||||
(u->version >= 15 && pa_tagstruct_get_channel_map(t, &cm) < 0)) {
|
||||
|
||||
pa_log("Parse failure");
|
||||
goto fail;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue