1
0
Fork 0
forked from len0rd/rockbox

Lua liolib

Add Whitespace to EOF

Change-Id: Iac253e7905c59518040d39bb5033e35f0deea948
This commit is contained in:
William Wilgus 2018-05-28 02:36:23 +02:00
parent 0d41e13cf4
commit 07a0f206fe

View file

@ -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;
}
}