Mention the chmod utility's manpage number.
[rsync/rsync.git] / socket.c
index 279b24e..bc61bae 100644 (file)
--- a/socket.c
+++ b/socket.c
@@ -465,7 +465,6 @@ void start_accept_loop(int port, int (*fn)(int, int))
                        maxfd = sp[i];
        }
 
-
        /* now accept incoming connections - forking a new process
         * for each incoming connection */
        while (1) {