Clang-format fix for Android

master
Loïc Blot 2017-04-10 09:40:06 +02:00
parent b4106ca58f
commit 0bc306e337
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ private:
IEventReceiver *m_receiver;
ISimpleTextureSource *m_texturesource;
v2u32 m_screensize;
std::map<int, rect<s32>> m_hud_rects;
std::map<int, rect<s32> > m_hud_rects;
std::map<int, irr::EKEY_CODE> m_hud_ids;
bool m_visible; // is the gui visible