Skip to content

Commit 0ec2935

Browse files
fix format
1 parent 0683d4c commit 0ec2935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/misra/src/rules/RULE-8-15/RedeclarationOfObjectWithUnmatchedAlignment.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import codingstandards.c.misra
1818
import semmle.code.cpp.valuenumbering.HashCons
1919

2020
predicate lexicallyEqual(AttributeArgument a, AttributeArgument b) {
21-
hashCons(a.getValueConstant()) = hashCons(b.getValueConstant()) or
21+
hashCons(a.getValueConstant()) = hashCons(b.getValueConstant()) or
2222
a.getValueType() = b.getValueType()
2323
}
2424

0 commit comments

Comments
 (0)