From f09d3750eac1fe4e672fe3590a8353542f8102d7 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 14 Nov 2015 14:53:44 -0500 Subject: [PATCH] Minor whitespace fix. --- include/SDL_joystick.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/SDL_joystick.h b/include/SDL_joystick.h index 88bb80a90015a..78176321ddafa 100644 --- a/include/SDL_joystick.h +++ b/include/SDL_joystick.h @@ -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 }