Skip to content

Commit

Permalink
Minor whitespace fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 14, 2015
1 parent e6ad29a commit f09d375
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/SDL_joystick.h
Expand Up @@ -258,11 +258,10 @@ extern DECLSPEC Uint8 SDLCALL SDL_JoystickGetButton(SDL_Joystick * joystick,
extern DECLSPEC void SDLCALL SDL_JoystickClose(SDL_Joystick * joystick);

/**
* Return the battery level of this joystick
*/
* Return the battery level of this joystick
*/
extern DECLSPEC SDL_JoystickPowerLevel SDLCALL SDL_JoystickCurrentPowerLevel(SDL_Joystick * joystick);


/* Ends C function definitions when using C++ */
#ifdef __cplusplus
}
Expand Down

0 comments on commit f09d375

Please sign in to comment.