summaryrefslogtreecommitdiff
path: root/src/client/hotKey.h
diff options
context:
space:
mode:
authorxHire <xhire@tuxportal.cz>2008-10-25 14:11:06 +0200
committerxHire <xhire@tuxportal.cz>2008-10-25 14:11:06 +0200
commitc8a9209d77a896bf49227e5aeccd54e91ccf29cc (patch)
tree6b7367406ebbc6ce3ea5e0c8668c75f6fb3f6ae9 /src/client/hotKey.h
parentcb9deba915dd7b114eeb76601eb1c8b07c1ba90f (diff)
Changed style of the code to the K&R standard
Diffstat (limited to 'src/client/hotKey.h')
-rw-r--r--src/client/hotKey.h4
1 files changed, 2 insertions, 2 deletions
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) ());