Commit f09d3750eac1fe4e672fe3590a8353542f8102d7

Ryan C. Gordon 2015-11-14T14:53:44

Minor whitespace fix.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git a/include/SDL_joystick.h b/include/SDL_joystick.h
index 88bb80a..7817632 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
 }