From b52f3005c315da9e55ffa7f1cbd71f2b18c7ba7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= Date: Thu, 16 Mar 2017 11:09:06 +0100 Subject: [PATCH] Fix indentation problem since merge resolution Github merge conflict resolution is not the best with indent --- src/script/clientscripting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }