From cf1c2a9d7e32e9ca2575521819d51e48c2a69bcf Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Tue, 7 Jan 2025 01:43:12 -0800 Subject: [PATCH] Whitespace fix from last commit --- src/BizHawk.Bizware.Input/SDL2/SDL2Gamepad.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/BizHawk.Bizware.Input/SDL2/SDL2Gamepad.cs b/src/BizHawk.Bizware.Input/SDL2/SDL2Gamepad.cs index 04fc365de5..34b92b0bdc 100644 --- a/src/BizHawk.Bizware.Input/SDL2/SDL2Gamepad.cs +++ b/src/BizHawk.Bizware.Input/SDL2/SDL2Gamepad.cs @@ -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; }