summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/lua/liolib.c2
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
+}