chore: remove extraneous blank lines between function definitions in rproxy.c

This commit is contained in:
2025-09-25 22:07:06 +00:00
parent 30c664660c
commit 9485b7a618
-2
View File
@@ -1708,8 +1708,6 @@ void accept_new_connection(int listener_fd) {
}
}
void close_connection(int fd) {
if (fd < 0 || fd >= MAX_FDS) return;