Skip to content

Commit 340e637

Browse files
authored
Remove empty line before socket bind documentation
Removed an empty line before the function documentation.
1 parent 79460b6 commit 340e637

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/luasocket.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ static int luasocket_receive(lua_State *L)
301301
return unlikely(from) ? luasocket_pushaddr(L, (struct sockaddr_storage *)msg.msg_name) + 1 : 1;
302302
}
303303

304-
305304
/***
306305
* Binds the socket to a local address.
307306
* This is typically used on the server side before calling `listen()` or on

0 commit comments

Comments
 (0)