"vscode:/vscode.git/clone" did not exist on "fdcf1f7a70eea666f44626845bfbb4373a3b31c1"
Commit 6f64ba16 authored by Kalin Toshev's avatar Kalin Toshev
Browse files

Fixed some whitespaces

parent 8095cc63
...@@ -31,13 +31,13 @@ using System.Collections.Concurrent; ...@@ -31,13 +31,13 @@ using System.Collections.Concurrent;
namespace NLua namespace NLua
{ {
#if USE_KOPILUA #if USE_KOPILUA
using LuaCore = KopiLua.Lua; using LuaCore = KopiLua.Lua;
using LuaState = KopiLua.LuaState; using LuaState = KopiLua.LuaState;
#else #else
using LuaCore = KeraLua.Lua; using LuaCore = KeraLua.Lua;
using LuaState = KeraLua.LuaState; using LuaState = KeraLua.LuaState;
#endif #endif
internal class ObjectTranslatorPool internal class ObjectTranslatorPool
{ {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment