Skip to content

Commit

Permalink
Fixed some whitespace things.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 1, 2019
1 parent d8fb5ac commit 683b141
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/SDL12_compat.c
Expand Up @@ -939,7 +939,8 @@ SDL_JoystickIndex(SDL_Joystick *joystick)
return SDL20_SetError("Can't find joystick");
}

DECLSPEC int SDLCALL SDL_JoystickOpened(int device_index)
DECLSPEC int SDLCALL
SDL_JoystickOpened(int device_index)
{
int retval = 0;
int i;
Expand Down Expand Up @@ -3334,7 +3335,8 @@ SDL_mutexV(SDL_mutex *mutex)
return SDL20_UnlockMutex(mutex);
}

DECLSPEC void SDLCALL SDL_KillThread(SDL_Thread *thread)
DECLSPEC void SDLCALL
SDL_KillThread(SDL_Thread *thread)
{
FIXME("Removed from 2.0; do nothing. We can't even report failure.");
fprintf(stderr,
Expand Down

0 comments on commit 683b141

Please sign in to comment.