]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
misc whitespace cleanup
authorEric W. Biederman <ebiederm@xmission.com>
Sun, 15 Mar 2015 19:51:10 +0000 (14:51 -0500)
committerStephen Hemminger <shemming@brocade.com>
Tue, 24 Mar 2015 22:45:23 +0000 (15:45 -0700)
ip/iptunnel.c

index 29188c4503709b823d3aafa8c215e2a389280936..be84b83ec67331674f16b5da5db04ee6711ddc8f 100644 (file)
@@ -342,7 +342,7 @@ static void print_tunnel(struct ip_tunnel_parm *p)
        printf("%s: %s/ip  remote %s  local %s ",
               p->name,
               tnl_strproto(p->iph.protocol),
-              p->iph.daddr ? format_host(AF_INET, 4, &p->iph.daddr, s1, sizeof(s1))  : "any",
+              p->iph.daddr ? format_host(AF_INET, 4, &p->iph.daddr, s1, sizeof(s1)) : "any",
               p->iph.saddr ? rt_addr_n2a(AF_INET, 4, &p->iph.saddr, s2, sizeof(s2)) : "any");
 
        if (p->iph.protocol == IPPROTO_IPV6 && (p->i_flags & SIT_ISATAP)) {