Getting rid of an extra newline that accidentally crept into the code.
authorWayne Davison <wayned@samba.org>
Wed, 24 Dec 2003 01:46:07 +0000 (01:46 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 24 Dec 2003 01:46:07 +0000 (01:46 +0000)
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();
                }