integrated
[ipfw.git] / dummynet2 / include / netinet / ipfw / ip_fw_private.h
index 5bf3416..334face 100644 (file)
@@ -127,7 +127,7 @@ enum {
        PROTO_IPV4 =    0x08,
        PROTO_IPV6 =    0x10,
        PROTO_IFB =     0x0c, /* layer2 + ifbridge */
-    /*  PROTO_OLDBDG =  0x14, unused, old bridge */
+   /*  PROTO_OLDBDG =  0x14, unused, old bridge */
 };
 
 /* wrapper for freeing a packet, in case we need to do more work */
@@ -218,8 +218,8 @@ struct ip_fw_chain {
        LIST_HEAD(nat_list, cfg_nat) nat;       /* list of nat entries */
        struct radix_node_head *tables[IPFW_TABLES_MAX];
 #if defined( __linux__ ) || defined( _WIN32 )
-        spinlock_t rwmtx;
-        spinlock_t uh_lock;
+       spinlock_t rwmtx;
+       spinlock_t uh_lock;
 #else
        struct rwlock   rwmtx;
        struct rwlock   uh_lock;        /* lock for upper half */