Whitespace fix from last commit

This commit is contained in:
CasualPokePlayer 2025-01-07 01:43:12 -08:00
parent 2bc4a7ee56
commit cf1c2a9d7e
1 changed files with 0 additions and 2 deletions

View File

@ -179,8 +179,6 @@ namespace BizHawk.Bizware.Input
buttonGetters.Add(("LeftTrigger", () => SDL_GameControllerGetAxis(Opaque, SDL_GameControllerAxis.SDL_CONTROLLER_AXIS_TRIGGERLEFT) > dzt));
buttonGetters.Add(("RightTrigger", () => SDL_GameControllerGetAxis(Opaque, SDL_GameControllerAxis.SDL_CONTROLLER_AXIS_TRIGGERRIGHT) > dzt));
return buttonGetters;
}