Browse Source

Mac: Fixed whitespace around function return type.

Philipp Wiesemann 8 years ago
parent
commit
8e88f08150
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/audio/coreaudio/SDL_coreaudio.m

+ 1 - 1
src/audio/coreaudio/SDL_coreaudio.m

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