util-src/*.c: Squeeze repeated blank lines

This commit is contained in:
Kim Alvefur 2017-01-23 18:33:35 +01:00
parent 272e5d06b4
commit 0d28378a7a
5 changed files with 0 additions and 8 deletions

View file

@ -19,7 +19,6 @@ static int Lpack(lua_State* L) {
return 1;
}
int luaopen_util_table(lua_State* L) {
#if (LUA_VERSION_NUM > 501)
luaL_checkversion(L);