commit 18cb73719f6b168ce83a30a7b785528abbe75c7b
parent c2ef2da07a33c0b73f8be32843d341aaedc4aa20
Author: Francesco Saccone <francesco@francescosaccone.com>
Date: Mon, 31 Mar 2025 15:16:35 +0200
style: remove unnecessary line break in comment
Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/socket.h b/socket.h
@@ -28,8 +28,7 @@ accept_client(int server_socket_fd);
/*
* Writes the client request to a buffer.
*
- * Returns -1 in case of an error and 0
- * otherwise.
+ * Returns -1 in case of an error and 0 otherwise.
*/
int
read_client_request(int client_socket_fd,