Skip to content

Commit 4a64e8b

Browse files
committed
Fix test file formatting
1 parent d75bda6 commit 4a64e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/misra/test/rules/RULE-8-4/object1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ extern int i1 = 0; // NON_COMPLIANT
55

66
int i2 = 0; // NON_COMPLIANT
77

8-
extern int i3; // NON_COMPLIANT - not detected as `short i3` exists
8+
extern int i3; // NON_COMPLIANT - not detected as `short i3` exists
99

1010
extern int i4; // COMPLIANT

0 commit comments

Comments
 (0)