SDL: Slight formatting fixes.

This commit is contained in:
Johannes Schickel 2015-12-13 23:51:20 +01:00
parent 898773e12f
commit 86db21467e

View file

@ -759,7 +759,6 @@ bool SdlEventSource::handleJoyAxisMotion(SDL_Event &ev, Common::Event &event) {
_km.x_down_count = 0; _km.x_down_count = 0;
} }
#endif #endif
} else if (ev.jaxis.axis == JOY_YAXIS) { } else if (ev.jaxis.axis == JOY_YAXIS) {
#ifndef JOY_INVERT_Y #ifndef JOY_INVERT_Y
axis = -axis; axis = -axis;