fix indentation

This commit is contained in:
Eric Wasylishen 2016-02-29 19:46:02 -08:00
parent 767b6cf9d1
commit 8e4cedffaa

View file

@ -399,7 +399,7 @@ typedef struct joy_buttonstate_s
typedef struct axisstate_s
{
float axisvalue[SDL_CONTROLLER_AXIS_MAX]; // normalized to +-1
float axisvalue[SDL_CONTROLLER_AXIS_MAX]; // normalized to +-1
} joyaxisstate_t;
static joybuttonstate_t joy_buttonstate;