From a2071d2a48b3ff8f164e7495b118529c3f0d438e Mon Sep 17 00:00:00 2001 From: Darryl Dixon Date: Sun, 24 Nov 2019 16:01:23 -0500 Subject: [PATCH] revert alignments --- src/raylib.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/raylib.h b/src/raylib.h index 8fbedbf00..cb403d7ca 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -620,8 +620,7 @@ typedef enum { } GamepadNumber; // Gamepad Buttons -typedef enum -{ +typedef enum { // This is here just for error checking GAMEPAD_BUTTON_UNKNOWN = 0, @@ -647,9 +646,9 @@ typedef enum GAMEPAD_BUTTON_RIGHT_TRIGGER_2, // These are buttons in the center of the gamepad - GAMEPAD_BUTTON_MIDDLE_LEFT, //PS3 Select - GAMEPAD_BUTTON_MIDDLE, //PS Button/XBOX Button - GAMEPAD_BUTTON_MIDDLE_RIGHT, //PS3 Start + GAMEPAD_BUTTON_MIDDLE_LEFT, //PS3 Select + GAMEPAD_BUTTON_MIDDLE, //PS Button/XBOX Button + GAMEPAD_BUTTON_MIDDLE_RIGHT, //PS3 Start // These are the joystick press in buttons GAMEPAD_BUTTON_LEFT_THUMB,