diff options
author | chai <chaifix@163.com> | 2018-12-08 22:27:24 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-08 22:27:24 +0800 |
commit | 7069a62a7984feff85a37f60c67e2a7624241841 (patch) | |
tree | 45fd86e46347a477f7b7a4078a44046670eb92ce /src/lua/common/je_lua_runtime.cpp | |
parent | 0b39a434e2191b8b184ad94e052f89b8a89e9a3c (diff) |
*format
Diffstat (limited to 'src/lua/common/je_lua_runtime.cpp')
-rw-r--r-- | src/lua/common/je_lua_runtime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/common/je_lua_runtime.cpp b/src/lua/common/je_lua_runtime.cpp index 0110d22..d7069b8 100644 --- a/src/lua/common/je_lua_runtime.cpp +++ b/src/lua/common/je_lua_runtime.cpp @@ -54,7 +54,7 @@ namespace JinEngine luax_copyinstance(to, luaObj); luax_pop(to, 1); // Pop reference object. } - Shared * shr = src->getShared(); + Shared* shr = src->getShared(); LuaObject* obj = luax_newinstance(to, src->getObjectType(), shr); (*obj->dependencies) = (*src->dependencies); // Add to objects_table. |