Getting rid of an extra newline that accidentally crept into the code.
[rsync/rsync.git] / io.c
diff --git a/io.c b/io.c
index 3ca13df..84a85bb 100644 (file)
--- a/io.c
+++ b/io.c
@@ -270,7 +270,6 @@ static int read_timeout(int fd, char *buf, size_t len)
                        continue;
                }
 
-
                if (io_error_fd != -1 && FD_ISSET(io_error_fd, &r_fds)) {
                        read_error_fd();
                }