audioadapter: Trivial whitespace fix

Makes an annoying clang warning about mismatched indents.
This commit is contained in:
Arun Raghavan 2025-01-21 10:46:50 -05:00
parent a44afd84ff
commit 980d37fb80

View file

@ -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) {