From e5356b7f748ec914168737a119eab140ef623d88 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Mon, 4 Dec 2017 09:43:18 +0100 Subject: [PATCH] Fixed identation in host_input_button --- src/include/inputdevice.h | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/include/inputdevice.h b/src/include/inputdevice.h index 98fa83eb..3ee7dc95 100644 --- a/src/include/inputdevice.h +++ b/src/include/inputdevice.h @@ -319,7 +319,7 @@ extern bool target_can_autoswitchdevice(void); struct host_input_button { int north_button; - int east_button; + int east_button; int south_button; int west_button; int dpad_left; @@ -333,34 +333,34 @@ struct host_input_button { int right_shoulder; int left_trigger; int right_trigger; - + int lstick_button; - int lstick_axis_y; - int lstick_axis_x; + int lstick_axis_y; + int lstick_axis_x; int lstick_left; int lstick_right; int lstick_up; int lstick_down; - + int rstick_button; - int rstick_axis_y; - int rstick_axis_x; + int rstick_axis_y; + int rstick_axis_x; int rstick_left; int rstick_right; int rstick_up; int rstick_down; - - int hotkey_button; - int quit_button; - int menu_button; - int reset_button; - int load_state_button; - int save_state_button; - - int number_of_hats; - int number_of_axis; - - bool is_retroarch; + + int hotkey_button; + int quit_button; + int menu_button; + int reset_button; + int load_state_button; + int save_state_button; + + int number_of_hats; + int number_of_axis; + + bool is_retroarch; }; struct host_keyboard_button {