Skip to content

Commit 224e3e9

Browse files
aldrik-ramaekersSiegeLord
authored andcommitted
formatting fix
1 parent 0207ed6 commit 224e3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/uxthread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void _al_thread_create(_AL_THREAD *thread, void (*proc)(_AL_THREAD*, void*), voi
6565
status = pthread_create(&thread->thread, NULL, thread_proc_trampoline, thread);
6666
ASSERT(status == 0);
6767
if (status != 0)
68-
abort();
68+
abort();
6969
}
7070
}
7171

0 commit comments

Comments
 (0)