From a4c83d86504c6af40a1870f297952c3802bc8b99 Mon Sep 17 00:00:00 2001 From: Vlad-Stefan Harbuz Date: Mon, 7 Feb 2022 13:08:51 +0100 Subject: correct indentation Signed-off-by: Vlad-Stefan Harbuz --- sdl2/gamecontroller.ha | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sdl2/gamecontroller.ha') diff --git a/sdl2/gamecontroller.ha b/sdl2/gamecontroller.ha index 4af8677..7bf2e18 100644 --- a/sdl2/gamecontroller.ha +++ b/sdl2/gamecontroller.ha @@ -13,13 +13,13 @@ export type gamecontroller = void; // // Trigger axis values range from 0 to [[JOYSTICK_AXIS_MAX]]. export type controller_axis = enum u8 { - LEFTX, - LEFTY, - RIGHTX, - RIGHTY, - TRIGGERLEFT, - TRIGGERRIGHT, - INVALID = 255, + LEFTX, + LEFTY, + RIGHTX, + RIGHTY, + TRIGGERLEFT, + TRIGGERRIGHT, + INVALID = 255, }; // The list of buttons available from a controller -- cgit v1.2.3