Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Reduce indentation level.



details:   https://anonhg.NetBSD.org/src/rev/b16dd15d3046
branches:  trunk
changeset: 445869:b16dd15d3046
user:      maxv <maxv%NetBSD.org@localhost>
date:      Thu Nov 15 11:18:33 2018 +0000

description:
Reduce indentation level.

diffstat:

 sys/sys/mbuf.h |  28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diffs (42 lines):

diff -r 78f8e4994074 -r b16dd15d3046 sys/sys/mbuf.h
--- a/sys/sys/mbuf.h    Thu Nov 15 10:56:29 2018 +0000
+++ b/sys/sys/mbuf.h    Thu Nov 15 11:18:33 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mbuf.h,v 1.214 2018/11/15 10:56:30 maxv Exp $  */
+/*     $NetBSD: mbuf.h,v 1.215 2018/11/15 11:18:33 maxv Exp $  */
 
 /*
  * Copyright (c) 1996, 1997, 1999, 2001, 2007 The NetBSD Foundation, Inc.
@@ -823,19 +823,19 @@
 int    m_tag_copy_chain(struct mbuf *, struct mbuf *);
 
 /* Packet tag types */
-#define PACKET_TAG_NONE                                0  /* Nothing */
-#define PACKET_TAG_SO                          4  /* sending socket pointer */
-#define PACKET_TAG_PF                          11 /* packet filter */
-#define PACKET_TAG_ALTQ_QID                    12 /* ALTQ queue id */
-#define PACKET_TAG_IPSEC_OUT_DONE              18
-#define        PACKET_TAG_IPSEC_NAT_T_PORTS            25 /* two uint16_t */
-#define        PACKET_TAG_INET6                        26 /* IPv6 info */
-#define        PACKET_TAG_TUNNEL_INFO                  28 /* tunnel identification and
-                                                   * protocol callback, for
-                                                   * loop detection/recovery
-                                                   */
-#define        PACKET_TAG_MPLS                         29 /* Indicate it's for MPLS */
-#define        PACKET_TAG_SRCROUTE                     30 /* IPv4 source routing */
+#define PACKET_TAG_NONE                        0  /* Nothing */
+#define PACKET_TAG_SO                  4  /* sending socket pointer */
+#define PACKET_TAG_PF                  11 /* packet filter */
+#define PACKET_TAG_ALTQ_QID            12 /* ALTQ queue id */
+#define PACKET_TAG_IPSEC_OUT_DONE      18
+#define PACKET_TAG_IPSEC_NAT_T_PORTS   25 /* two uint16_t */
+#define PACKET_TAG_INET6               26 /* IPv6 info */
+#define PACKET_TAG_TUNNEL_INFO         28 /* tunnel identification and
+                                           * protocol callback, for loop
+                                           * detection/recovery
+                                           */
+#define PACKET_TAG_MPLS                        29 /* Indicate it's for MPLS */
+#define PACKET_TAG_SRCROUTE            30 /* IPv4 source routing */
 
 /*
  * Return the number of bytes in the mbuf chain, m.



Home | Main Index | Thread Index | Old Index