summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2010-08-20 02:48:31 +0000
committerdlg <dlg@openbsd.org>2010-08-20 02:48:31 +0000
commit67c47814dfed551961a3d80a2248938de82b4606 (patch)
tree1778533d42cb409af0977eefeb87f93192b5af68
parentfix an annoying indentation glitch (diff)
downloadwireguard-openbsd-67c47814dfed551961a3d80a2248938de82b4606.tar.xz
wireguard-openbsd-67c47814dfed551961a3d80a2248938de82b4606.zip
white space fix
-rw-r--r--sys/netinet/ip_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c
index c2d4d2400e5..c4461163b21 100644
--- a/sys/netinet/ip_input.c
+++ b/sys/netinet/ip_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_input.c,v 1.182 2010/07/09 16:58:06 reyk Exp $ */
+/* $OpenBSD: ip_input.c,v 1.183 2010/08/20 02:48:31 dlg Exp $ */
/* $NetBSD: ip_input.c,v 1.30 1996/03/16 23:53:58 christos Exp $ */
/*
@@ -704,7 +704,7 @@ in_iawithaddr(struct in_addr ina, struct mbuf *m, u_int rdomain)
if (m)
m->m_flags |= M_BCAST;
return ia;
- }
+ }
}
}