datapath: Fix indentation in patch-vport.c.
authorJesse Gross <jesse@nicira.com>
Mon, 6 Dec 2010 23:50:16 +0000 (15:50 -0800)
committerJesse Gross <jesse@nicira.com>
Fri, 10 Dec 2010 01:43:36 +0000 (17:43 -0800)
Convert spaces to tabs in indents.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/vport-patch.c

index d49f83d364ae900862f7bb47828e9197f294b02b..d27509a16a963fcc27252ba82fac616daa5e8ef4 100644 (file)
@@ -130,8 +130,8 @@ static struct vport *patch_create(const struct vport_parms *parms)
 
        vport_gen_rand_ether_addr(patch_vport->devconf->eth_addr);
 
-    /* Make the default MTU fairly large so that it doesn't become the
-     * bottleneck on systems using jumbo frames. */
+       /* Make the default MTU fairly large so that it doesn't become the
+        * bottleneck on systems using jumbo frames. */
        patch_vport->devconf->mtu = 65535;
 
        hlist_add_head(&patch_vport->hash_node, hash_bucket(patch_vport->peer_name));