From 987eb2b7615104f3f70e56e51f1dd3df5b2a41eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= Date: Sat, 1 Apr 2017 14:48:16 +0200 Subject: Clang-format: trivial fix on some headers (#5495) Fix some headers style and remove them from whitelist --- src/client/keys.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/client/keys.h') 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 +#include -class KeyType { +class KeyType +{ public: enum T { // Player movement @@ -83,5 +84,4 @@ public: typedef KeyType::T GameKeyType; - #endif -- cgit v1.2.3