From 8a3245cd7113638803ca70b365576d294f45a87c Mon Sep 17 00:00:00 2001 From: Quinn Date: Tue, 25 Mar 2025 11:25:27 +0100 Subject: [PATCH] whitespace fix --- src/window/audio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/window/audio.c b/src/window/audio.c index 68afe46..fc4c93c 100644 --- a/src/window/audio.c +++ b/src/window/audio.c @@ -90,7 +90,6 @@ static int8_t audio_cvt(audiodevice const* dev, SDL_AudioSpec const* spec, uint8 return 1; } - // update output *len = cvt.len_cvt; // set the length to the new length after the conversion *bufptr = realloc(cvt.buf, cvt.len_cvt); // reallocate the buffer to the new size