1
0
mirror of https://github.com/cc65/cc65.git synced 2025-03-02 18:30:09 +00:00

Fix formatting

This commit is contained in:
Jesse Rosenstock 2020-06-29 17:40:02 +02:00 committed by greg-king5
parent fae25bc459
commit d31171164e

View File

@ -2137,7 +2137,7 @@ NextMember:
ConsumeRCurly ();
/* If we have data from a bit-field left, output it now */
CHECK(SI.ValBits < CHAR_BITS);
CHECK (SI.ValBits < CHAR_BITS);
OutputBitFieldData (&SI);
/* If there are struct fields left, reserve additional storage */