]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Got rid of a superfluous empty line.
authorWayne Davison <wayned@samba.org>
Thu, 10 Nov 2005 16:44:06 +0000 (16:44 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 10 Nov 2005 16:44:06 +0000 (16:44 +0000)
clientname.c

index 270f09f11233099a80c61ce16af981237d4284c4..f1a77d607591558260ba63c6a0be850b0b5a457f 100644 (file)
@@ -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) {