Skip to content

Commit 874a518

Browse files
committed
Declarations6: fix formatting testcase RULE-5-8
1 parent 6a06a24 commit 874a518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/misra/test/rules/RULE-5-8/test1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ static void f() { // NON_COMPLIANT
22
int g; // NON_COMPLIANT
33
int i; // COMPLIANT
44
}
5-
int g1; //COMPLIANT
5+
int g1; // COMPLIANT

0 commit comments

Comments
 (0)