diff options
author | 2017-04-03 17:09:16 +1000 | |
---|---|---|
committer | 2017-04-03 17:09:16 +1000 | |
commit | edd8e804be78b3748fdd21b2cdd187b5def56612 (patch) | |
tree | 89a1aad878424dc3600cb3f6f4cac3691c340bbc /src | |
parent | 182dfba3b333c57eccafd7323b47429bdbd77e6d (diff) | |
download | luaossl-edd8e804be78b3748fdd21b2cdd187b5def56612.tar.gz luaossl-edd8e804be78b3748fdd21b2cdd187b5def56612.tar.bz2 luaossl-edd8e804be78b3748fdd21b2cdd187b5def56612.zip |
Remove trailing whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/compat52.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |