More newline and whitespace cleanups
This commit is contained in:
@@ -121,7 +121,7 @@ thread_destroy_event(event_t *arg)
|
||||
|
||||
mutex_t *
|
||||
thread_create_mutex(void)
|
||||
{
|
||||
{
|
||||
mutex_t *mutex = malloc(sizeof(CRITICAL_SECTION));
|
||||
|
||||
InitializeCriticalSection(mutex);
|
||||
|
||||
Reference in New Issue
Block a user