From 980d37fb80d9ab1c98a7621c727f3fdaf6c78e09 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Tue, 21 Jan 2025 10:46:50 -0500 Subject: [PATCH] audioadapter: Trivial whitespace fix Makes an annoying clang warning about mismatched indents. --- spa/plugins/audioconvert/audioadapter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/audioconvert/audioadapter.c b/spa/plugins/audioconvert/audioadapter.c index 295b65044..2e931f97d 100644 --- a/spa/plugins/audioconvert/audioadapter.c +++ b/spa/plugins/audioconvert/audioadapter.c @@ -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) {