From c8a9209d77a896bf49227e5aeccd54e91ccf29cc Mon Sep 17 00:00:00 2001 From: xHire Date: Sat, 25 Oct 2008 14:11:06 +0200 Subject: Changed style of the code to the K&R standard --- src/client/hotKey.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/hotKey.h') diff --git a/src/client/hotKey.h b/src/client/hotKey.h index 383033d..1cdf647 100644 --- a/src/client/hotKey.h +++ b/src/client/hotKey.h @@ -1,9 +1,9 @@ #ifndef HOTKEY_H -#define HOTKEY_H +# define HOTKEY_H -#define HOTKEY_ACTIVE_INTERVAL 500 +# define HOTKEY_ACTIVE_INTERVAL 500 extern void initHotKey(); extern void registerHotKey(SDLKey key, void (*handler) ()); -- cgit v1.2.3