summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Meerwald-Stadler <pmeerw@pmeerw.net>2022-06-14 00:16:09 +0200
committerPulseAudio Marge Bot <pulseaudio-maintainers@lists.freedesktop.org>2022-07-18 14:47:38 +0000
commit63d0db832ce6b5a9c4bc2e8dc6185d18329698c1 (patch)
treec322b02a892f28b399eda07abb55500c85017cea /src
parent0b4af61ee7ae0de433d4cbd1c2797fb5d5e08424 (diff)
downloadpulseaudio-63d0db832ce6b5a9c4bc2e8dc6185d18329698c1.tar.gz
module-combine-sink: Fix indentation
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/733>
Diffstat (limited to 'src')
-rw-r--r--src/modules/module-combine-sink.c2
1 files changed, 1 insertions, 1 deletions
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;