mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +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
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue