mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
loopback: Trivial whitespace fix
This commit is contained in:
parent
d0f1a3a770
commit
89a49d9611
1 changed files with 2 additions and 0 deletions
|
|
@ -361,6 +361,7 @@ static void source_output_moving_cb(pa_source_output *o, pa_source *dest) {
|
||||||
pa_proplist *p;
|
pa_proplist *p;
|
||||||
const char *n;
|
const char *n;
|
||||||
struct userdata *u;
|
struct userdata *u;
|
||||||
|
|
||||||
if (!dest)
|
if (!dest)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
@ -601,6 +602,7 @@ static void sink_input_moving_cb(pa_sink_input *i, pa_sink *dest) {
|
||||||
struct userdata *u;
|
struct userdata *u;
|
||||||
pa_proplist *p;
|
pa_proplist *p;
|
||||||
const char *n;
|
const char *n;
|
||||||
|
|
||||||
if (!dest)
|
if (!dest)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue