make style

This commit is contained in:
merlokk
2021-08-25 14:44:06 +03:00
parent 143d0140db
commit d46d23d079
18 changed files with 3972 additions and 4091 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ static int testBitStream(void) {
uint8_t output [] = {0, 0, 0, 0, 0, 0, 0, 0};
BitstreamIn_t in = { input, sizeof(input) * 8, 0};
BitstreamOut_t out = { output, 0, 0}
;
;
while (bitsLeft(&in) > 0) {
pushBit(&out, headBit(&in));
//printf("Bits left: %d\n", bitsLeft(&in));