]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Got rid of a superfluous newline.
authorWayne Davison <wayned@samba.org>
Thu, 10 Nov 2005 16:47:52 +0000 (16:47 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 10 Nov 2005 16:47:52 +0000 (16:47 +0000)
match.c
socket.c
uidlist.c

diff --git a/match.c b/match.c
index 77b3a53c507b58a8ff810d195f552831695bd912..f94126185ab3e0b165612749f8c1cfac0159b1fe 100644 (file)
--- a/match.c
+++ b/match.c
@@ -128,7 +128,6 @@ static void matched(int f, struct sum_struct *s, struct map_struct *buf,
                sum_update(map_ptr(buf, last_match + j, n1), n1);
        }
 
-
        if (i >= 0)
                last_match = offset + s->sums[i].len;
        else
index 279b24e2ff9cea0066e173a8deba9cbb4d7ab118..bc61baebd15d3762b3ae85e4d5cee0089e862470 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) {
index ab93014af059235b6778110e06075b9c5d1956ab..b44b5d31997296f5a93442f897cb6f29b744392c 100644 (file)
--- a/uidlist.c
+++ b/uidlist.c
@@ -324,7 +324,6 @@ void recv_uid_list(int f, struct file_list *flist)
                }
        }
 
-
        if (preserve_gid && !numeric_ids) {
                /* read the gid list */
                while ((id = read_int(f)) != 0) {