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/audio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/audio/audio.h') diff --git a/src/audio/audio.h b/src/audio/audio.h index 1fb53b6..24db18f 100644 --- a/src/audio/audio.h +++ b/src/audio/audio.h @@ -6,8 +6,8 @@ void audio_init(); void audio_start(); // Starts the audio device callback -#ifndef STRIP_ALL +#if !defined(STRIP_ALL) void audio_render_silent(float duration_sec); // Fast-forwards audio state -#endif +#endif /* !defined(STRIP_ALL) */ void audio_update(); void audio_shutdown(); -- cgit v1.2.3