Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/emips/ebus correct misleading indentation in if 0'd...
details: https://anonhg.NetBSD.org/src/rev/1f5691adb534
branches: trunk
changeset: 348072:1f5691adb534
user: maya <maya%NetBSD.org@localhost>
date: Mon Oct 03 17:35:38 2016 +0000
description:
correct misleading indentation in if 0'd code.
diffstat:
sys/arch/emips/ebus/if_le_ebus.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 5f3a11e405f4 -r 1f5691adb534 sys/arch/emips/ebus/if_le_ebus.c
--- a/sys/arch/emips/ebus/if_le_ebus.c Mon Oct 03 17:06:58 2016 +0000
+++ b/sys/arch/emips/ebus/if_le_ebus.c Mon Oct 03 17:35:38 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_le_ebus.c,v 1.10 2016/10/02 14:25:26 christos Exp $ */
+/* $NetBSD: if_le_ebus.c,v 1.11 2016/10/03 17:35:38 maya Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_le_ebus.c,v 1.10 2016/10/02 14:25:26 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_le_ebus.c,v 1.11 2016/10/03 17:35:38 maya Exp $");
#include "opt_inet.h"
@@ -938,8 +938,8 @@
len = m->m_len;
if (len == 0) {
n = m_free(m);
- if (m == *pm)
- *pm = n;
+ if (m == *pm)
+ *pm = n;
continue;
}
tlen -= len;
Home |
Main Index |
Thread Index |
Old Index