util-src/table.c
changeset 7838 a809dcfd0c5b
parent 7821 54669df178c2
child 7892 b8d694646597
--- a/util-src/table.c	Mon Jan 23 10:46:42 2017 +0100
+++ b/util-src/table.c	Mon Jan 23 18:33:35 2017 +0100
@@ -19,7 +19,6 @@
 	return 1;
 }
 
-
 int luaopen_util_table(lua_State* L) {
 #if (LUA_VERSION_NUM > 501)
 	luaL_checkversion(L);