mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -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)
|
||||
this->direction = SPA_DIRECTION_INPUT;
|
||||
else
|
||||
else
|
||||
this->direction = SPA_DIRECTION_OUTPUT;
|
||||
|
||||
if (this->direction == SPA_DIRECTION_INPUT) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue