From 85e995a1807debdde48b7460dbb87d11852c8d77 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Sun, 11 Mar 2018 18:59:15 +0100 Subject: [PATCH] Fixed indentation in options --- src/include/options.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/include/options.h b/src/include/options.h index d636347a..d40d935e 100644 --- a/src/include/options.h +++ b/src/include/options.h @@ -55,19 +55,19 @@ struct uae_input_device { struct joypad_map_layout { int south_action = 0; - int east_action = 0; + int east_action = 0; int west_action = 0; - int north_action = 0; - int left_shoulder_action = 0; + int north_action = 0; + int left_shoulder_action = 0; int right_shoulder_action = 0; - int start_action = 0; - int select_action = 0; - int dpad_left_action = 0; + int start_action = 0; + int select_action = 0; + int dpad_left_action = 0; int dpad_right_action = 0; int dpad_up_action = 0; int dpad_down_action = 0; - int lstick_select_action = 0; - int rstick_select_action = 0; + int lstick_select_action = 0; + int rstick_select_action = 0; }; #define MAX_JPORTS 4