diff options
author | rwatson <rwatson@FreeBSD.org> | 2003-07-05 01:24:36 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2003-07-05 01:24:36 +0000 |
commit | 07db328f44d4ee88faa7b57878ec245ee0608841 (patch) | |
tree | 29f674306c32ac336a585b0bd1fdfec3f513b45b /sys/security/mac_ifoff | |
parent | b29651d73e8ca9350720a87c29f7d0c6c7cdf943 (diff) | |
download | FreeBSD-src-07db328f44d4ee88faa7b57878ec245ee0608841.zip FreeBSD-src-07db328f44d4ee88faa7b57878ec245ee0608841.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'sys/security/mac_ifoff')
-rw-r--r-- | sys/security/mac_ifoff/mac_ifoff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/security/mac_ifoff/mac_ifoff.c b/sys/security/mac_ifoff/mac_ifoff.c index 286e8dd..19bbc79 100644 --- a/sys/security/mac_ifoff/mac_ifoff.c +++ b/sys/security/mac_ifoff/mac_ifoff.c @@ -114,7 +114,7 @@ check_ifnet_incoming(struct ifnet *ifnet, int viabpf) if (!mac_ifoff_enabled) return (0); - if (mac_ifoff_lo_enabled && ifnet->if_type == IFT_LOOP) + if (mac_ifoff_lo_enabled && ifnet->if_type == IFT_LOOP) return (0); if (mac_ifoff_other_enabled && ifnet->if_type != IFT_LOOP) |