From: Eric W. Biederman Date: Sun, 15 Mar 2015 19:51:10 +0000 (-0500) Subject: misc whitespace cleanup X-Git-Tag: v4.1.0~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e8f8de42f86e6a625d089acfa64f032d4bc8d92;p=thirdparty%2Fiproute2.git misc whitespace cleanup --- diff --git a/ip/iptunnel.c b/ip/iptunnel.c index 29188c450..be84b83ec 100644 --- a/ip/iptunnel.c +++ b/ip/iptunnel.c @@ -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)) {