Fix formatting
This commit is contained in:
committed by
greg-king5
parent
fae25bc459
commit
d31171164e
@@ -2137,7 +2137,7 @@ NextMember:
|
|||||||
ConsumeRCurly ();
|
ConsumeRCurly ();
|
||||||
|
|
||||||
/* If we have data from a bit-field left, output it now */
|
/* If we have data from a bit-field left, output it now */
|
||||||
CHECK(SI.ValBits < CHAR_BITS);
|
CHECK (SI.ValBits < CHAR_BITS);
|
||||||
OutputBitFieldData (&SI);
|
OutputBitFieldData (&SI);
|
||||||
|
|
||||||
/* If there are struct fields left, reserve additional storage */
|
/* If there are struct fields left, reserve additional storage */
|
||||||
|
|||||||
Reference in New Issue
Block a user