Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net Style fix: Tab consistency with the lines around it



details:   https://anonhg.NetBSD.org/src/rev/b9f4ce5c649d
branches:  trunk
changeset: 755898:b9f4ce5c649d
user:      kefren <kefren%NetBSD.org@localhost>
date:      Sun Jun 27 06:48:40 2010 +0000

description:
Style fix: Tab consistency with the lines around it

diffstat:

 sys/net/netisr.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e08dc307a1c7 -r b9f4ce5c649d sys/net/netisr.h
--- a/sys/net/netisr.h  Sun Jun 27 00:53:32 2010 +0000
+++ b/sys/net/netisr.h  Sun Jun 27 06:48:40 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netisr.h,v 1.40 2010/06/26 14:24:28 kefren Exp $ */
+/* $NetBSD: netisr.h,v 1.41 2010/06/27 06:48:40 kefren Exp $ */
 
 /*
  * Copyright (c) 1980, 1986, 1989, 1993
@@ -116,7 +116,7 @@
 #define        NETISR_ISDN     26              /* same as AF_E164 */
 #define        NETISR_NATM     27              /* same as AF_NATM */
 #define        NETISR_ARP      28              /* same as AF_ARP */
-#define NETISR_MPLS    33              /* same as AF_MPLS */
+#define        NETISR_MPLS     33              /* same as AF_MPLS */
 #define        NETISR_MAX      AF_MAX
 
 #if !defined(_LOCORE) && defined(_KERNEL)



Home | Main Index | Thread Index | Old Index