mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 16:13:02 +00:00
(clang-format) Add RemoveSemicolon (#506)
This commit is contained in:
committed by
GitHub
parent
bcdddd4c7e
commit
baed704a38
@@ -114,8 +114,8 @@ private:
|
||||
return this;
|
||||
}
|
||||
|
||||
inline static MxS32 Min(MxS32 p_a, MxS32 p_b) { return p_a <= p_b ? p_a : p_b; };
|
||||
inline static MxS32 Max(MxS32 p_a, MxS32 p_b) { return p_a <= p_b ? p_b : p_a; };
|
||||
inline static MxS32 Min(MxS32 p_a, MxS32 p_b) { return p_a <= p_b ? p_a : p_b; }
|
||||
inline static MxS32 Max(MxS32 p_a, MxS32 p_b) { return p_a <= p_b ? p_b : p_a; }
|
||||
|
||||
MxS32 m_left; // 0x00
|
||||
MxS32 m_top; // 0x04
|
||||
|
||||
Reference in New Issue
Block a user