diff options
author | Loïc Blot <lblot@infopro-digital.com> | 2017-03-16 11:09:06 +0100 |
---|---|---|
committer | Loïc Blot <lblot@infopro-digital.com> | 2017-03-16 11:09:06 +0100 |
commit | b52f3005c315da9e55ffa7f1cbd71f2b18c7ba7f (patch) | |
tree | 14994ce32908fa025101b68d6e3b6c34667dcd07 | |
parent | 40ce538aad9af8f7634c4ba7e9f12246fb23b31c (diff) | |
download | minetest-b52f3005c315da9e55ffa7f1cbd71f2b18c7ba7f.tar.gz minetest-b52f3005c315da9e55ffa7f1cbd71f2b18c7ba7f.tar.bz2 minetest-b52f3005c315da9e55ffa7f1cbd71f2b18c7ba7f.zip |
Fix indentation problem since merge resolution
Github merge conflict resolution is not the best with indent
-rw-r--r-- | src/script/clientscripting.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/clientscripting.cpp b/src/script/clientscripting.cpp index 1b73fdf0d..8bf1b68b1 100644 --- a/src/script/clientscripting.cpp +++ b/src/script/clientscripting.cpp @@ -65,5 +65,5 @@ void ClientScripting::InitializeModApi(lua_State *L, int top) LuaItemStack::Register(L); StorageRef::Register(L); - LuaMinimap::Register(L); + LuaMinimap::Register(L); } |