From: reyk Date: Sun, 7 Aug 2016 14:26:26 +0000 (+0000) Subject: whitespace X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5d0f09812f81544851937f9238762397d440fde0;p=openbsd whitespace --- diff --git a/sys/net/if_vxlan.c b/sys/net/if_vxlan.c index 247473776ae..3cd59a79b5b 100644 --- a/sys/net/if_vxlan.c +++ b/sys/net/if_vxlan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vxlan.c,v 1.41 2016/08/07 13:49:12 reyk Exp $ */ +/* $OpenBSD: if_vxlan.c,v 1.42 2016/08/07 14:26:26 reyk Exp $ */ /* * Copyright (c) 2013 Reyk Floeter @@ -345,7 +345,7 @@ vxlan_config(struct ifnet *ifp, struct sockaddr *src, struct sockaddr *dst) return (error); if ((port = vxlan_sockaddr_port(dst)) != 0) - sc->sc_dstport = port; + sc->sc_dstport = port; if (!reset) { bzero(&sc->sc_src, sizeof(sc->sc_src));