Remove trailing whitespace

This commit is contained in:
David Capello 2021-09-30 14:22:21 -03:00
parent 449c158f80
commit 1e92f66ff2

View File

@ -141,7 +141,7 @@ int Plugin_newCommand(lua_State* L)
group = s;
}
lua_pop(L, 1);
int type = lua_getfield(L, 2, "onenabled");
if (type == LUA_TFUNCTION) {
onenabledRef = luaL_ref(L, LUA_REGISTRYINDEX); // does a pop