mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-04 07:15:35 -04:00
audioadapter: Trivial whitespace fix
Makes an annoying clang warning about mismatched indents.
This commit is contained in:
parent
a44afd84ff
commit
980d37fb80
1 changed files with 1 additions and 1 deletions
|
|
@ -1232,7 +1232,7 @@ static void follower_info(void *data, const struct spa_node_info *info)
|
||||||
|
|
||||||
if (info->max_input_ports > 0)
|
if (info->max_input_ports > 0)
|
||||||
this->direction = SPA_DIRECTION_INPUT;
|
this->direction = SPA_DIRECTION_INPUT;
|
||||||
else
|
else
|
||||||
this->direction = SPA_DIRECTION_OUTPUT;
|
this->direction = SPA_DIRECTION_OUTPUT;
|
||||||
|
|
||||||
if (this->direction == SPA_DIRECTION_INPUT) {
|
if (this->direction == SPA_DIRECTION_INPUT) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue