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:
parent
77c84b2995
commit
0b7ccbeda0
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user