diff options
author | daurnimator <quae@daurnimator.com> | 2017-04-03 17:09:16 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 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 | |||
94 | lua_setfield(L, -2, modname); | 94 | lua_setfield(L, -2, modname); |
95 | 95 | ||
96 | lua_pop(L, 2); | 96 | lua_pop(L, 2); |
97 | 97 | ||
98 | if (glb) { | 98 | if (glb) { |
99 | lua_pushvalue(L, -1); | 99 | lua_pushvalue(L, -1); |
100 | lua_setglobal(L, modname); | 100 | lua_setglobal(L, modname); |