run astyle

This commit is contained in:
Albert Medela
2017-08-16 13:55:18 +02:00
parent 94d87ed33e
commit 65e10c71b0
89 changed files with 888 additions and 488 deletions
+4 -2
View File
@@ -67,10 +67,12 @@ protected:
typedef std::list<boost::shared_ptr<ServerAcceptInterface> > AcceptHelperList;
ServerLobbyThread &GetLobbyThread();
ConfigFile &GetConfig() {
ConfigFile &GetConfig()
{
return m_playerConfig;
}
GuiInterface &GetGui() {
GuiInterface &GetGui()
{
return m_gui;
}
boost::shared_ptr<boost::asio::io_service> m_ioService;