summaryrefslogtreecommitdiff
path: root/src/client/hotKey.h
diff options
context:
space:
mode:
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) ());