Skip to content

Commit 49674de

Browse files
committed
minor format
1 parent a6e86eb commit 49674de

File tree

1 file changed

+1
-1
lines changed
  • c/misra/test/rules/RULE-6-2

1 file changed

+1
-1
lines changed

c/misra/test/rules/RULE-6-2/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ struct SampleStruct {
1313
x5 : 1; // COMPILANT: single-bit named field but with an unsigned type
1414
signed int x6 : 2; // COMPILANT: named field with a signed type but declared
1515
// to carry more than 1 bit
16-
signed char : 1; // COMPILANT: single-bit bit-field but unnamed
16+
signed char : 1; // COMPILANT: single-bit bit-field but unnamed
1717
} sample_struct;

0 commit comments

Comments
 (0)