whitespace fix

This commit is contained in:
2025-03-25 11:25:27 +01:00
parent 77b0eb5a98
commit 8a3245cd71

View File

@@ -90,7 +90,6 @@ static int8_t audio_cvt(audiodevice const* dev, SDL_AudioSpec const* spec, uint8
return 1; return 1;
} }
// update output // update output
*len = cvt.len_cvt; // set the length to the new length after the conversion *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 *bufptr = realloc(cvt.buf, cvt.len_cvt); // reallocate the buffer to the new size