staging: vt6656: fix incorrect indentation
authorRagnar B. Johannsson <ragnar@igo.is>
Sun, 10 Aug 2014 22:23:49 +0000 (22:23 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:16 +0000 (12:23 -0700)
Use tabs, not spaces.

Signed-off-by: Ragnar B. Johannsson <ragnar@igo.is>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/rxtx.c

index 2d1ef88808ff5ce59b93e656260d5ab115be7e61..08ce18ddfd8a1660a4755f17bf13c4a79bd3def3 100644 (file)
@@ -573,7 +573,7 @@ static u16 vnt_fill_cts_head(struct vnt_usb_send_context *tx_context,
                memcpy(buf->data.ra, priv->current_net_addr, ETH_ALEN);
 
                return vnt_rxtx_datahead_g(tx_context, &buf->data_head);
-        }
+       }
 
        return 0;
 }