summaryrefslogtreecommitdiffstats
path: root/sbc
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-01-28 10:38:40 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-01-28 10:38:40 +0000
commitba255beb79afb9c00ae5b71821f84f911aa8d1fe (patch)
tree66707895eb4596df0e8054052f95f07560927e2f /sbc
parentd352bd04383f1c1a5ec17e267cb8d0ce70720519 (diff)
Whitespace cleanup
Diffstat (limited to 'sbc')
-rw-r--r--sbc/sbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbc/sbc.c b/sbc/sbc.c
index 0cb839b6..c9ea5b5c 100644
--- a/sbc/sbc.c
+++ b/sbc/sbc.c
@@ -1154,7 +1154,7 @@ static int sbc_pack_frame(uint8_t *data, struct sbc_frame *frame, size_t len)
}
/* align the last crc byte */
- if (crc_pos % 8)
+ if (crc_pos % 8)
crc_header[crc_pos >> 3] <<= 8 - (crc_pos % 8);
data[3] = sbc_crc8(crc_header, crc_pos);