mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +00:00
whitespace
This commit is contained in:
parent
62a2c15376
commit
828d6bb3bc
@ -6,6 +6,7 @@
|
||||
*
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
|
||||
*/
|
||||
|
||||
#include <sys/socket.h>
|
||||
#include "libbb.h"
|
||||
|
||||
@ -14,4 +15,3 @@ void bb_xlisten(int s, int backlog)
|
||||
if (listen(s, backlog))
|
||||
bb_perror_msg_and_die("listen");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user