Skip to content

Commit 0bc306e

Browse files
committedApr 10, 2017
Clang-format fix for Android
1 parent b4106ca commit 0bc306e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/touchscreengui.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class TouchScreenGUI
172172
IEventReceiver *m_receiver;
173173
ISimpleTextureSource *m_texturesource;
174174
v2u32 m_screensize;
175-
std::map<int, rect<s32>> m_hud_rects;
175+
std::map<int, rect<s32> > m_hud_rects;
176176
std::map<int, irr::EKEY_CODE> m_hud_ids;
177177
bool m_visible; // is the gui visible
178178

0 commit comments

Comments
 (0)
Please sign in to comment.