Browse Source

Fix indent

Dydzio 2 years ago
parent
commit
da39eb789f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      client/CMakeLists.txt
  2. 1 1
      lib/CConsoleHandler.h

+ 1 - 1
client/CMakeLists.txt

@@ -169,7 +169,7 @@ set(client_HEADERS
 		mapHandler.h
 		resource.h
 		SDLRWwrapper.h
-        ClientCommandManager.h
+		ClientCommandManager.h
 )
 
 if(APPLE_IOS)

+ 1 - 1
lib/CConsoleHandler.h

@@ -76,7 +76,7 @@ public:
 #endif
 	}
 	//function to be called when message is received - string: message, bool: whether call was made from in-game console
-    std::function<void(const std::string &, bool)> *cb;
+	std::function<void(const std::string &, bool)> *cb;
 
 private:
     int run();