Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet Tweak indentation
details: https://anonhg.NetBSD.org/src/rev/e107f3efa06e
branches: trunk
changeset: 346297:e107f3efa06e
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Wed Jul 06 06:30:08 2016 +0000
description:
Tweak indentation
diffstat:
sys/netinet/if_arp.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (33 lines):
diff -r f1e8cf44473f -r e107f3efa06e sys/netinet/if_arp.c
--- a/sys/netinet/if_arp.c Wed Jul 06 05:27:52 2016 +0000
+++ b/sys/netinet/if_arp.c Wed Jul 06 06:30:08 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_arp.c,v 1.215 2016/07/01 05:22:33 ozaki-r Exp $ */
+/* $NetBSD: if_arp.c,v 1.216 2016/07/06 06:30:08 ozaki-r Exp $ */
/*-
* Copyright (c) 1998, 2000, 2008 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_arp.c,v 1.215 2016/07/01 05:22:33 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_arp.c,v 1.216 2016/07/06 06:30:08 ozaki-r Exp $");
#ifdef _KERNEL_OPT
#include "opt_ddb.h"
@@ -1040,11 +1040,11 @@
carp_iamatch(ia, ar_sha(ah),
&count, index)) {
break;
- }
+ }
} else
#endif
- if (ia->ia_ifp == rcvif)
- break;
+ if (ia->ia_ifp == rcvif)
+ break;
#if NBRIDGE > 0
/*
* If the interface we received the packet on
Home |
Main Index |
Thread Index |
Old Index