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/mp3_sample.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/audio/mp3_sample.h') diff --git a/src/audio/mp3_sample.h b/src/audio/mp3_sample.h index e7e759e..bf3147a 100644 --- a/src/audio/mp3_sample.h +++ b/src/audio/mp3_sample.h @@ -31,4 +31,4 @@ int mp3_decode(Mp3Decoder* dec, int num_frames, float* out); // Release the decoder. void mp3_close(Mp3Decoder* dec); -#endif // !STRIP_ALL +#endif // !STRIP_ALL -- cgit v1.2.3