Commit 0b7ccbed authored by Johan Meiring's avatar Johan Meiring Committed by Greg Kroah-Hartman

staging: cxt1e1: sbecrc.c: fixes indentation issues

This commit converts several instances of space-based indentation
to use tabs instead.
Signed-off-by: default avatarJohan Meiring <johanmeiring@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 77c84b29
...@@ -95,8 +95,8 @@ sbeCrc (u_int8_t *buffer, /* data buffer to crc */ ...@@ -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)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment