Mac: Fixed whitespace around function return type.

This commit is contained in:
Philipp Wiesemann 2016-09-21 23:06:49 +02:00
parent 929b965c62
commit 8e88f08150

View File

@ -678,8 +678,8 @@ prepare_audioqueue(_THIS)
/* We're running! */ /* We're running! */
return 1; return 1;
} }
static int
static int
audioqueue_thread(void *arg) audioqueue_thread(void *arg)
{ {
SDL_AudioDevice *this = (SDL_AudioDevice *) arg; SDL_AudioDevice *this = (SDL_AudioDevice *) arg;