From: Yu Watanabe Date: Fri, 29 May 2020 08:00:30 +0000 (+0900) Subject: network: clean up doubled white space X-Git-Tag: v246-rc1~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c5f97f5e3763896d7303147d328f3315e3b9173;p=thirdparty%2Fsystemd.git network: clean up doubled white space --- diff --git a/src/network/netdev/vxlan.c b/src/network/netdev/vxlan.c index d49f39e0c9c..8dfcdb42152 100644 --- a/src/network/netdev/vxlan.c +++ b/src/network/netdev/vxlan.c @@ -45,7 +45,7 @@ static int netdev_vxlan_fill_message_create(NetDev *netdev, Link *link, sd_netli r = sd_netlink_message_append_in6_addr(m, IFLA_VXLAN_GROUP6, &v->group.in6); if (r < 0) return log_netdev_error_errno(netdev, r, "Could not append IFLA_VXLAN_GROUP attribute: %m"); - } else if (in_addr_is_null(v->remote_family, &v->remote) == 0) { + } else if (in_addr_is_null(v->remote_family, &v->remote) == 0) { if (v->remote_family == AF_INET) r = sd_netlink_message_append_in_addr(m, IFLA_VXLAN_GROUP, &v->remote.in); else