summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2010-08-20 02:48:32 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2010-08-20 02:48:32 +0000
commit1c3f432b548443ddbc91a674e4e6855b3205ae73 (patch)
treee79387333a9df50f0dd600e4943bd49824445744 /sys
parent251f545ed83f0b51b988b60c04daa01c683ebba2 (diff)
white space fix
Diffstat (limited to 'sys')
-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;
- }
+ }
}
}