removed innecesary spaces

This commit is contained in:
Victor Gil 2018-12-09 16:21:31 +01:00
parent 8f614e6fd2
commit ed46359c79

View file

@ -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) {