aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/math/je_quad.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-12-14 14:55:42 +0800
committerchai <chaifix@163.com>2018-12-14 14:55:42 +0800
commit870fcdae66edc680cac55defb149e1434e865f37 (patch)
treebb0b45627b98ec4c782466b3bb57daf63c44e460 /src/libjin/math/je_quad.h
parenteb8ca083c9be574acd27cf0de41d1f69146cad7a (diff)
*格式化代码
Diffstat (limited to 'src/libjin/math/je_quad.h')
-rw-r--r--src/libjin/math/je_quad.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/libjin/math/je_quad.h b/src/libjin/math/je_quad.h
index b07b5f6..e62f370 100644
--- a/src/libjin/math/je_quad.h
+++ b/src/libjin/math/je_quad.h
@@ -3,14 +3,14 @@
namespace JinEngine
{
- namespace Math
- {
+ namespace Math
+ {
///
///
///
- struct Quad
- {
+ struct Quad
+ {
Quad()
: x(0), y(0), w(0), h(0)
{
@@ -21,10 +21,10 @@ namespace JinEngine
{
}
- float x, y, w, h;
- };
+ float x, y, w, h;
+ };
- } // namespace Math
+ } // namespace Math
} // namespace JinEngine
#endif // __JE_QUAD_H__ \ No newline at end of file