]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Indent the "oom:" label away from column 0.
authorWayne Davison <wayned@samba.org>
Thu, 10 Nov 2005 16:42:46 +0000 (16:42 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 10 Nov 2005 16:42:46 +0000 (16:42 +0000)
access.c

index 9def1b2c48b196e751c304d30539e82c3c6f4968..dcc0ddba4220b2a876a72463f8b6b0774b94d5d6 100644 (file)
--- a/access.c
+++ b/access.c
@@ -208,7 +208,7 @@ static int match_address(char *addr, char *tok)
 
        ret = match_binary(a, t, mask, addrlen);
 
-out:
+  out:
        freeaddrinfo(resa);
        freeaddrinfo(rest);
        return ret;