From: Wayne Davison Date: Thu, 10 Nov 2005 16:44:06 +0000 (+0000) Subject: Got rid of a superfluous empty line. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/e16ca9ef31b139d6d6388b45255807c1cc57c659 Got rid of a superfluous empty line. --- diff --git a/clientname.c b/clientname.c index 270f09f1..f1a77d60 100644 --- a/clientname.c +++ b/clientname.c @@ -321,7 +321,6 @@ int check_name(int fd, return error; } - /* Given all these results, we expect that one of them will be * the same as ss. The comparison is a bit complicated. */ for (res = res0; res; res = res->ai_next) {