From 098ab4a0721b14837899001e9429156c6fc00119 Mon Sep 17 00:00:00 2001 From: Michal Zima Date: Mon, 6 Jul 2009 13:06:01 +0200 Subject: Fixed coding style --- src/client/control.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/client/control.h') diff --git a/src/client/control.h b/src/client/control.h index ff479ab..4103f33 100644 --- a/src/client/control.h +++ b/src/client/control.h @@ -12,17 +12,16 @@ #define CONTROL_KEY_COUNT_ROUTE 4 #define CONTROL_KEY_COUNT 6 -typedef struct control_struct -{ +typedef struct control_struct { SDLKey key[CONTROL_KEY_COUNT]; int count[CONTROL_KEY_COUNT]; } control_t; extern control_t* control_new(SDLKey arg_up, SDLKey arg_right, - SDLKey arg_left, SDLKey arg_down, - SDLKey arg_shot, SDLKey arg_switch); + SDLKey arg_left, SDLKey arg_down, + SDLKey arg_shot, SDLKey arg_switch); extern int control_get_key_route(control_t *my_control); extern int control_get_key_action(control_t *my_control); extern void control_destroy(control_t *my_control); -#endif +#endif /* CONTROL_H */ -- cgit v1.2.3