From 63d0db832ce6b5a9c4bc2e8dc6185d18329698c1 Mon Sep 17 00:00:00 2001 From: Peter Meerwald-Stadler Date: Tue, 14 Jun 2022 00:16:09 +0200 Subject: [PATCH] module-combine-sink: Fix indentation Part-of: --- src/modules/module-combine-sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/module-combine-sink.c b/src/modules/module-combine-sink.c index 571b851fb..f98f4820b 100644 --- a/src/modules/module-combine-sink.c +++ b/src/modules/module-combine-sink.c @@ -179,7 +179,7 @@ struct userdata { #ifdef USE_SMOOTHER_2 pa_smoother_2 *smoother; #else - pa_smoother *smoother; + pa_smoother *smoother; #endif uint64_t counter;