aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/table.c
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-01-23 18:33:35 +0100
committerKim Alvefur <zash@zash.se>2017-01-23 18:33:35 +0100
commit8cd92db7e6c1c03811ff039eb88c7e4ee375c5c3 (patch)
treea45fc9817c3638fbbf1b6bb954cd0be62e63fd89 /util-src/table.c
parenta5d48058fb1245ee6bf46abfbbf7ff373b166122 (diff)
downloadprosody-8cd92db7e6c1c03811ff039eb88c7e4ee375c5c3.tar.gz
prosody-8cd92db7e6c1c03811ff039eb88c7e4ee375c5c3.zip
util-src/*.c: Squeeze repeated blank lines
Diffstat (limited to 'util-src/table.c')
-rw-r--r--util-src/table.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util-src/table.c b/util-src/table.c
index 93acae65..c9c09170 100644
--- a/util-src/table.c
+++ b/util-src/table.c
@@ -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);