diff options
author | William Wilgus <me.theuser@yahoo.com> | 2018-05-28 02:36:23 +0200 |
---|---|---|
committer | William Wilgus <me.theuser@yahoo.com> | 2018-05-28 02:36:23 +0200 |
commit | 07a0f206fe8da499381a0d73294b7f5f98891e87 (patch) | |
tree | d9768e2708b2bfa18fffa74bf857b184658f31b9 /apps/plugins | |
parent | 0d41e13cf404ed8c75f78367eb0cd5153942a67f (diff) |
Lua liolib
Add Whitespace to EOF
Change-Id: Iac253e7905c59518040d39bb5033e35f0deea948
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/lua/liolib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/liolib.c b/apps/plugins/lua/liolib.c index 63377f94bd..970543d4d5 100644 --- a/apps/plugins/lua/liolib.c +++ b/apps/plugins/lua/liolib.c @@ -468,4 +468,4 @@ LUALIB_API int luaopen_io (lua_State *L) { /* create (and set) default files */ lua_pop(L, 1); /* pop environment for default files */ return 1; -}
\ No newline at end of file +} |