diff options
| author | itojun <itojun@NetBSD.org> | 2003-06-30 01:21:11 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2003-06-30 01:21:11 +0000 |
| commit | 868bbd9978bf9cf0cd7e2d5ef07ae7e71e402beb (patch) | |
| tree | db3d477d422b23476ffffc3260ae17246ca5aeb6 /sys/netinet/ip_input.c | |
| parent | 6aeeb40d4a0371dbf012b4f2ffbd0fdd1a8d615a (diff) | |
fix indent
Diffstat (limited to 'sys/netinet/ip_input.c')
| -rw-r--r-- | sys/netinet/ip_input.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index 57f0b63826d..dde1e471a43 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.167 2003/06/23 11:02:14 martin Exp $ */ +/* $NetBSD: ip_input.c,v 1.168 2003/06/30 01:21:11 itojun Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -102,7 +102,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.167 2003/06/23 11:02:14 martin Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.168 2003/06/30 01:21:11 itojun Exp $"); #include "opt_gateway.h" #include "opt_pfil_hooks.h" @@ -591,8 +591,8 @@ ip_input(struct mbuf *m) #endif { if (pfil_run_hooks(&inet_pfil_hook, &m, m->m_pkthdr.rcvif, - PFIL_IN) != 0) - return; + PFIL_IN) != 0) + return; if (m == NULL) return; ip = mtod(m, struct ip *); |
