diff options
author | chai <chaifix@163.com> | 2019-09-13 15:08:43 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-09-13 15:08:43 +0800 |
commit | 20535cb86266d7a4828009f3ddca42e35269b9e2 (patch) | |
tree | 796e77e4a34ed52b6c92fb58ec432c69ed4232e1 /src/libjin-lua/modules/time/l_timer.h | |
parent | 695eadc9d2a6d2f499b24ee6858325f6e22da077 (diff) |
*格式化代码
Diffstat (limited to 'src/libjin-lua/modules/time/l_timer.h')
-rw-r--r-- | src/libjin-lua/modules/time/l_timer.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/libjin-lua/modules/time/l_timer.h b/src/libjin-lua/modules/time/l_timer.h index 35ec15d..e41bfd0 100644 --- a/src/libjin-lua/modules/time/l_timer.h +++ b/src/libjin-lua/modules/time/l_timer.h @@ -5,16 +5,16 @@ namespace JinEngine { - namespace Lua - { - - extern const char* Jin_Lua_Timer; + namespace Lua + { + + extern const char* Jin_Lua_Timer; - extern const char* Jin_Lua_Handler; + extern const char* Jin_Lua_Handler; - void luaopen_Timer(lua_State* L); + void luaopen_Timer(lua_State* L); - } + } } #endif
\ No newline at end of file |