common: Whitespace fix.
This commit is contained in:
parent
47a043d8dc
commit
0adc96eb56
1 changed files with 1 additions and 2 deletions
|
|
@ -1515,8 +1515,7 @@ pa_droid_stream *pa_droid_open_output_stream(pa_droid_hw_module *module,
|
||||||
mix_port->flags,
|
mix_port->flags,
|
||||||
&config_out,
|
&config_out,
|
||||||
&output->stream,
|
&output->stream,
|
||||||
device_port->address
|
device_port->address);
|
||||||
);
|
|
||||||
pa_droid_hw_module_unlock(module);
|
pa_droid_hw_module_unlock(module);
|
||||||
|
|
||||||
if (ret < 0 || !output->stream) {
|
if (ret < 0 || !output->stream) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue