Skip to content

Commit

Permalink
Mac: Fixed whitespace around function return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Sep 21, 2016
1 parent 929b965 commit 8e88f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audio/coreaudio/SDL_coreaudio.m
Expand Up @@ -678,8 +678,8 @@ static BOOL update_audio_session(_THIS, SDL_bool open)
/* We're running! */
return 1;
}
static int

static int
audioqueue_thread(void *arg)
{
SDL_AudioDevice *this = (SDL_AudioDevice *) arg;
Expand Down

0 comments on commit 8e88f08

Please sign in to comment.