chore: remove trailing whitespace from README.md line 42

This commit is contained in:
retoor 2025-09-25 22:07:06 +00:00
parent c344def759
commit dae43ac093

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;