From ed46359c79929d03d87b99dd3902a31f4da3da81 Mon Sep 17 00:00:00 2001 From: Victor Gil <victor.gil@tenthdimensions.com> Date: Sun, 9 Dec 2018 16:21:31 +0100 Subject: [PATCH] removed innecesary spaces --- src/stratagus/script.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stratagus/script.cpp b/src/stratagus/script.cpp index 4a5646a45..836c74c5b 100644 --- a/src/stratagus/script.cpp +++ b/src/stratagus/script.cpp @@ -2311,8 +2311,6 @@ static std::string SaveGlobal(lua_State *l, bool is_root, std::vector<std::strin lua_pop(l, 1); // pop the value continue; } - - std::string lhsLine; if (tablesName.empty() == false) { if (type_key == LUA_TSTRING) {