Skip to content

Commit 7b4c73a

Browse files
committed
Format query module.
1 parent 226c9f5 commit 7b4c73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/common/src/codingstandards/cpp/Literals.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class CompileTimeComputedIntegralLiteral extends Literal {
4141
this.getUnspecifiedType() instanceof IntegralType and
4242
// Exclude bool, whose value text is true or false, but the value itself
4343
// is 1 or 0.
44-
not this instanceof BoolLiteral and
44+
not this instanceof BoolLiteral and
4545
// Exclude character literals, whose value text is the quoted character, but the value
4646
// is the numeric value of the character.
4747
not this instanceof Cpp14Literal::CharLiteral and

0 commit comments

Comments
 (0)