From: Loïc Blot Date: Thu, 16 Mar 2017 10:09:06 +0000 (+0100) Subject: Fix indentation problem since merge resolution X-Git-Tag: 0.4.16~379 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b52f3005c315da9e55ffa7f1cbd71f2b18c7ba7f;p=oweals%2Fminetest.git Fix indentation problem since merge resolution Github merge conflict resolution is not the best with indent --- 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); }