summaryrefslogtreecommitdiff
path: root/src/class
diff options
context:
space:
mode:
authorMarcelo Bezerra <[email protected]>2021-06-08 09:31:40 +0200
committerhathach <[email protected]>2021-06-09 10:33:57 +0700
commitd3b6e28387c63a1519cd1958ee7e21bd2980d099 (patch)
tree1677fb08df2d742a6c8bee47ea139372f759b69c /src/class
parentde71e72e31ca1d534e5e0413f9da0a0e84a9aa69 (diff)
indent fix
Diffstat (limited to 'src/class')
-rw-r--r--src/class/hid/hid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid.h b/src/class/hid/hid.h
index 8ab24ab3e..782a1a552 100644
--- a/src/class/hid/hid.h
+++ b/src/class/hid/hid.h
@@ -217,7 +217,7 @@ typedef enum
GAMEPAD_BUTTON_TR = TU_BIT(7), ///< R1 button
GAMEPAD_BUTTON_TL2 = TU_BIT(8), ///< L2 button
GAMEPAD_BUTTON_TR2 = TU_BIT(9), ///< R2 button
- GAMEPAD_BUTTON_SELECT = TU_BIT(10), ///< Select button
+ GAMEPAD_BUTTON_SELECT = TU_BIT(10), ///< Select button
GAMEPAD_BUTTON_START = TU_BIT(11), ///< Start button
GAMEPAD_BUTTON_MODE = TU_BIT(12), ///< Mode button
GAMEPAD_BUTTON_THUMBL = TU_BIT(13), ///< L3 button