浏览代码

Fix indent

Dydzio 2 年之前
父节点
当前提交
da39eb789f
共有 2 个文件被更改,包括 2 次插入2 次删除
  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
 		mapHandler.h
 		resource.h
 		resource.h
 		SDLRWwrapper.h
 		SDLRWwrapper.h
-        ClientCommandManager.h
+		ClientCommandManager.h
 )
 )
 
 
 if(APPLE_IOS)
 if(APPLE_IOS)

+ 1 - 1
lib/CConsoleHandler.h

@@ -76,7 +76,7 @@ public:
 #endif
 #endif
 	}
 	}
 	//function to be called when message is received - string: message, bool: whether call was made from in-game console
 	//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:
 private:
     int run();
     int run();