diff options
author | chai <chaifix@163.com> | 2019-02-22 14:18:13 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-02-22 14:18:13 +0800 |
commit | 70db40343bf64502ce13a70a4e27fca1125538b5 (patch) | |
tree | e10b63c38c7ad213af6ee80e4dcaaa6cf4344d22 /Source | |
parent | 22ba8d6af9e9a67e6bac11365df23b6a61fa62c7 (diff) |
*格式化代码
Diffstat (limited to 'Source')
-rw-r--r-- | Source/Asura.Engine/Factory.h | 2 | ||||
-rw-r--r-- | Source/Asura.Engine/Graphics/Canvas.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/Asura.Engine/Factory.h b/Source/Asura.Engine/Factory.h index 0ffaccf..984d54f 100644 --- a/Source/Asura.Engine/Factory.h +++ b/Source/Asura.Engine/Factory.h @@ -10,5 +10,5 @@ namespace AsuraEngine }; } - + #endif
\ No newline at end of file diff --git a/Source/Asura.Engine/Graphics/Canvas.h b/Source/Asura.Engine/Graphics/Canvas.h index ca745ab..93792a5 100644 --- a/Source/Asura.Engine/Graphics/Canvas.h +++ b/Source/Asura.Engine/Graphics/Canvas.h @@ -17,7 +17,7 @@ namespace AsuraEngine private: LUAX_DECL_FACTORY(SimCanvas); // AsuraEngine.SimCanvas - + }; } |