From a955bec49aecbb801bef1a836acae0189b553b64 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Thu, 16 Jul 2015 21:48:35 +0200 Subject: [PATCH] Fixed spaces in header file. --- include/SDL_joystick.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_joystick.h b/include/SDL_joystick.h index cb15798f965d2..cad06a86cfea1 100644 --- a/include/SDL_joystick.h +++ b/include/SDL_joystick.h @@ -190,7 +190,7 @@ extern DECLSPEC Sint16 SDLCALL SDL_JoystickGetAxis(SDL_Joystick * joystick, */ /* @{ */ #define SDL_HAT_CENTERED 0x00 -#define SDL_HAT_UP 0x01 +#define SDL_HAT_UP 0x01 #define SDL_HAT_RIGHT 0x02 #define SDL_HAT_DOWN 0x04 #define SDL_HAT_LEFT 0x08