From 9d121865d695bd191042918df4d81e6dcd628e26 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 20 Jun 2025 17:12:35 +0200 Subject: [PATCH] fix indentation --- synth/tx_voice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synth/tx_voice.h b/synth/tx_voice.h index 2b92122..c216916 100644 --- a/synth/tx_voice.h +++ b/synth/tx_voice.h @@ -86,7 +86,7 @@ public: redux(output, bit_resolution); - _outputs[0][s] += output / 3.; + _outputs[0][s] += output / 3.; _outputs[1][s] = _outputs[0][s]; } }