staging: cxt1e1: sbecrc.c: fixes indentation issues

This commit converts several instances of space-based indentation
to use tabs instead.

Signed-off-by: Johan Meiring <johanmeiring@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Johan Meiring 2012-11-20 19:28:49 +02:00 committed by Greg Kroah-Hartman
parent 77c84b2995
commit 0b7ccbeda0

View File

@ -95,8 +95,8 @@ sbeCrc (u_int8_t *buffer, /* data buffer to crc */
/* /*
* if table not yet created, do so. Don't care about "extra" time * if table not yet created, do so. Don't care about "extra" time
* checking this every time sbeCrc() is called, since CRC calculations are * checking this every time sbeCrc() is called, since CRC calculations
* already time consuming * are already time consuming
*/ */
if (!crcTableInit) if (!crcTableInit)
{ {