From edd8e804be78b3748fdd21b2cdd187b5def56612 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Mon, 3 Apr 2017 17:09:16 +1000 Subject: Remove trailing whitespace --- src/compat52.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/compat52.h b/src/compat52.h index 22541f7..163aecb 100644 --- a/src/compat52.h +++ b/src/compat52.h @@ -94,7 +94,7 @@ static void luaL_requiref(lua_State *L, const char *modname, lua_CFunction openf lua_setfield(L, -2, modname); lua_pop(L, 2); - + if (glb) { lua_pushvalue(L, -1); lua_setglobal(L, modname); -- cgit v1.2.3-55-g6feb