From 18eb8a07ba39a8aad1c75521cee027b9c9c72e40 Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 1 Feb 2026 00:58:20 +0100 Subject: clang-format --- src/audio/dct.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/audio/dct.h') diff --git a/src/audio/dct.h b/src/audio/dct.h index b6b7126..ee3e9b3 100644 --- a/src/audio/dct.h +++ b/src/audio/dct.h @@ -7,5 +7,5 @@ #define DCT_SIZE 512 // Forward declarations -void fdct_512(const float *input, float *output); -void idct_512(const float *input, float *output); +void fdct_512(const float* input, float* output); +void idct_512(const float* input, float* output); -- cgit v1.2.3