Fix tab/space issue.
authorJustin Pettit <jpettit@nicira.com>
Tue, 22 Apr 2008 00:59:44 +0000 (17:59 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 22 Apr 2008 00:59:44 +0000 (17:59 -0700)
datapath/datapath.h

index 0da1316..3e765e2 100644 (file)
@@ -48,9 +48,9 @@ struct datapath {
        struct net_device dev;
        struct net_device_stats stats;
 
-    /* Configuration set from controller */
-    uint16_t flags;
-    uint16_t miss_send_len;
+       /* Configuration set from controller */
+       uint16_t flags;
+       uint16_t miss_send_len;
 
        /* Switch ports. */
        struct net_bridge_port *ports[OFPP_MAX];