chore: remove trailing whitespace from README.md line 42

This commit is contained in:
2025-09-25 22:07:06 +00:00
parent c344def759
commit dae43ac093
-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;