Commit 86fc7e68 authored by Wayne Davison's avatar Wayne Davison

Got rid of a superfluous newline.

parent acee11fc
...@@ -128,7 +128,6 @@ static void matched(int f, struct sum_struct *s, struct map_struct *buf, ...@@ -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); sum_update(map_ptr(buf, last_match + j, n1), n1);
} }
if (i >= 0) if (i >= 0)
last_match = offset + s->sums[i].len; last_match = offset + s->sums[i].len;
else else
......
...@@ -465,7 +465,6 @@ void start_accept_loop(int port, int (*fn)(int, int)) ...@@ -465,7 +465,6 @@ void start_accept_loop(int port, int (*fn)(int, int))
maxfd = sp[i]; maxfd = sp[i];
} }
/* now accept incoming connections - forking a new process /* now accept incoming connections - forking a new process
* for each incoming connection */ * for each incoming connection */
while (1) { while (1) {
......
...@@ -324,7 +324,6 @@ void recv_uid_list(int f, struct file_list *flist) ...@@ -324,7 +324,6 @@ void recv_uid_list(int f, struct file_list *flist)
} }
} }
if (preserve_gid && !numeric_ids) { if (preserve_gid && !numeric_ids) {
/* read the gid list */ /* read the gid list */
while ((id = read_int(f)) != 0) { while ((id = read_int(f)) != 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment