From: Wayne Davison Date: Thu, 10 Nov 2005 16:47:52 +0000 (+0000) Subject: Got rid of a superfluous newline. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/86fc7e6880ed3687db1dbdf50c5271c8185eb45b Got rid of a superfluous newline. --- diff --git a/match.c b/match.c index 77b3a53c..f9412618 100644 --- 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 diff --git a/socket.c b/socket.c index 279b24e2..bc61baeb 100644 --- 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) { diff --git a/uidlist.c b/uidlist.c index ab93014a..b44b5d31 100644 --- 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) {