mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util-src/*.c: Squeeze repeated blank lines
This commit is contained in:
parent
272e5d06b4
commit
0d28378a7a
5 changed files with 0 additions and 8 deletions
|
@ -251,7 +251,6 @@ static const luaL_Reg Reg_utf8[] = {
|
|||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
||||
/***************** STRINGPREP *****************/
|
||||
#ifdef USE_STRINGPREP_ICU
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
--
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* hashes.c
|
||||
* Lua library for sha1, sha256 and md5 hashes
|
||||
|
|
|
@ -595,8 +595,6 @@ int lc_getrlimit(lua_State* L) {
|
|||
return 2;
|
||||
}
|
||||
|
||||
|
||||
|
||||
resource = luaL_checkstring(L, 1);
|
||||
rid = string2resource(resource);
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
@ -73,7 +72,6 @@ int rb_find(lua_State* L) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
int rb_read(lua_State* L) {
|
||||
ringbuffer* b = luaL_checkudata(L, 1, "ringbuffer_mt");
|
||||
int r = luaL_checkinteger(L, 2);
|
||||
|
@ -101,7 +99,6 @@ int rb_read(lua_State* L) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
|
||||
int rb_readuntil(lua_State* L) {
|
||||
size_t l, m;
|
||||
ringbuffer* b = luaL_checkudata(L, 1, "ringbuffer_mt");
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue