Skip to content

Commit ce559bc

Browse files
committed
Declarations4: fix formatting
1 parent 1e63711 commit ce559bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/misra/src/rules/RULE-8-3/Compatible.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ predicate typesCompatible(Type t1, Type t2) {
2626
arithTypesMatch(t1, t2)
2727
else
2828
//otherwise include type qualifiers and typedef names
29-
t1 = t2
29+
t1 = t2
3030
}

0 commit comments

Comments
 (0)