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.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/audio/synth.h') diff --git a/src/audio/synth.h b/src/audio/synth.h index 61ecfd0..e5a8197 100644 --- a/src/audio/synth.h +++ b/src/audio/synth.h @@ -21,8 +21,8 @@ #define MAX_SPECTROGRAMS \ 32 // Current track: 14 unique, 32 provides comfortable headroom -#define SPEC_VERSION_V1 1 -#define SPEC_VERSION_V2_OLA 2 +#define SPEC_VERSION_V1 1 +#define SPEC_VERSION_V2_OLA 2 struct Spectrogram { const float* spectral_data_a; // Front buffer -- cgit v1.2.3