DSP: Stylistic change

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
Christopher Snowhill 2025-02-11 17:45:05 -08:00
parent 7e5c9c8f7c
commit ec7d936289

View file

@ -351,7 +351,7 @@ static void * kDSPRubberbandNodeContext = &kDSPRubberbandNodeContext;
- (AudioChunk *)convert { - (AudioChunk *)convert {
if(stopping) if(stopping)
return 0; return nil;
processEntered = YES; processEntered = YES;