comparison src/dmbstr.c @ 1102:e06abfde6c39

Cosmetics pass: Remove excess whitespace.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 03 Mar 2015 23:22:36 +0200
parents 988a3397839e
children
comparison
equal deleted inserted replaced
1101:0577f10dc3de 1102:e06abfde6c39
49 if (ctx == NULL) 49 if (ctx == NULL)
50 return DMERR_NULLPTR; 50 return DMERR_NULLPTR;
51 51
52 if (ctx->outBitCount != 8) 52 if (ctx->outBitCount != 8)
53 dmPutBits(ctx, 0, ctx->outBitCount); 53 dmPutBits(ctx, 0, ctx->outBitCount);
54 54
55 return 0; 55 return 0;
56 } 56 }
57 57
58 58
59 static BOOL dmPutByteFILE(DMBitStreamContext *ctx, const Uint8 val) 59 static BOOL dmPutByteFILE(DMBitStreamContext *ctx, const Uint8 val)