summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/keys.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/keys.h b/src/client/keys.h
index 25f3e44d2..b446d3a1e 100644
--- a/src/client/keys.h
+++ b/src/client/keys.h
@@ -20,9 +20,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#ifndef KEYS_HEADER
#define KEYS_HEADER
-#include<list>
+#include <list>
-class KeyType {
+class KeyType
+{
public:
enum T {
// Player movement
@@ -83,5 +84,4 @@ public:
typedef KeyType::T GameKeyType;
-
#endif