Skip to content

Commit 2b6fe3e

Browse files
committed
Removed tab
1 parent 01abffe commit 2b6fe3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webaudio/audioworklet_test_shared.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void processorCreated(EMSCRIPTEN_WEBAUDIO_T context, bool success, void* data);
7272
void initialised(EMSCRIPTEN_WEBAUDIO_T context, bool success, void* data) {
7373
if (!success) {
7474
printf("Audio worklet failed to initialise\n");
75-
return;
75+
return;
7676
}
7777
printf("Audio worklet initialised\n");
7878

0 commit comments

Comments
 (0)