From 34afbd6ca21d2b960573d787e6eae46fa86b200e Mon Sep 17 00:00:00 2001 From: skal Date: Thu, 5 Mar 2026 22:55:56 +0100 Subject: style: run clang-format to adhere to coding style --- src/audio/synth.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/audio/synth.cc') diff --git a/src/audio/synth.cc b/src/audio/synth.cc index 3212e0b..0866bda 100644 --- a/src/audio/synth.cc +++ b/src/audio/synth.cc @@ -204,7 +204,8 @@ void synth_trigger_voice(int spectrogram_id, float volume, float pan, g_synth_data.spectrograms[spectrogram_id].num_frames; v.ola_mode = (g_synth_data.spectrograms[spectrogram_id].version == SPEC_VERSION_V2_OLA); - v.buffer_pos = v.ola_mode ? OLA_HOP_SIZE : DCT_SIZE; // Force reload on first render + v.buffer_pos = + v.ola_mode ? OLA_HOP_SIZE : DCT_SIZE; // Force reload on first render if (v.ola_mode) memset(v.overlap_buf, 0, sizeof(v.overlap_buf)); v.fractional_pos = -- cgit v1.2.3