aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/pposix.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
commit0d28378a7ac1410c4d32b7e0415fdc646ce2a755 (patch)
treea45fc9817c3638fbbf1b6bb954cd0be62e63fd89 /util-src/pposix.c
parent272e5d06b43150aea160bda9159c771980b4cb35 (diff)
downloadprosody-0d28378a7ac1410c4d32b7e0415fdc646ce2a755.tar.gz
prosody-0d28378a7ac1410c4d32b7e0415fdc646ce2a755.zip
util-src/*.c: Squeeze repeated blank lines
Diffstat (limited to 'util-src/pposix.c')
-rw-r--r--util-src/pposix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/util-src/pposix.c b/util-src/pposix.c
index 39d8742b..b6874318 100644
--- a/util-src/pposix.c
+++ b/util-src/pposix.c
@@ -595,8 +595,6 @@ int lc_getrlimit(lua_State* L) {
return 2;
}
-
-
resource = luaL_checkstring(L, 1);
rid = string2resource(resource);