Style nits

This commit is contained in:
twinaphex 2020-03-28 05:40:16 +01:00
parent 19c68fad43
commit 8b8d9e0841

View File

@ -280,12 +280,12 @@ typedef struct global
#ifdef HAVE_MENU
struct
{
retro_time_t prev_start_time ;
retro_time_t noop_press_time ;
retro_time_t noop_start_time ;
retro_time_t action_start_time ;
retro_time_t action_press_time ;
enum menu_action prev_action ;
retro_time_t prev_start_time;
retro_time_t noop_press_time;
retro_time_t noop_start_time;
retro_time_t action_start_time;
retro_time_t action_press_time;
enum menu_action prev_action;
} menu;
#endif
} global_t;