diff options
author | Jeija <norrepli@gmail.com> | 2015-10-04 13:30:34 +0200 |
---|---|---|
committer | Jeija <norrepli@gmail.com> | 2015-10-04 13:30:34 +0200 |
commit | 97f7b5745f8914178adbfce65bc339c366cb4a17 (patch) | |
tree | 345687ec5df1f47517e62098d6afd3b728c8728f /mesecons_luacontroller | |
parent | 24958e253b95da19fa47c0c6ba7990123ee7724a (diff) |
Remove trailing whitespace
Diffstat (limited to 'mesecons_luacontroller')
-rw-r--r-- | mesecons_luacontroller/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesecons_luacontroller/init.lua b/mesecons_luacontroller/init.lua index df681d9..d10fd20 100644 --- a/mesecons_luacontroller/init.lua +++ b/mesecons_luacontroller/init.lua @@ -247,7 +247,7 @@ end local safe_globals = { "assert", "error", "ipairs", "next", "pairs", "pcall", "select", - "tonumber", "tostring", "type", "unpack", "_VERSION", "xpcall", + "tonumber", "tostring", "type", "unpack", "_VERSION", "xpcall", } local function create_environment(pos, mem, event) -- Gather variables for the environment |