Whitespace fixes

This commit is contained in:
Tim Angus 2025-08-05 21:15:09 +01:00
parent 31f79ca94e
commit 1591f4ad1c

View File

@ -978,7 +978,7 @@ static void IN_JoyMove( void )
{
Sint16 axis = SDL_JoystickGetAxis(stick, i);
float f = ( (float) abs(axis) ) / 32767.0f;
if( f < in_joystickThreshold->value ) axis = 0;
if ( axis != stick_state.oldaaxes[i] )
@ -1108,8 +1108,8 @@ static void IN_ProcessEvents( void )
else
Com_QueueEvent( in_eventTime, SE_CHAR, utf32, 0, 0, NULL );
}
}
}
}
}
break;
case SDL_MOUSEMOTION: