Skip to content

Commit 30b5db3

Browse files
committed
C++: autoformat fixup
1 parent 0be13e4 commit 30b5db3

File tree

1 file changed

+3
-1
lines changed
  • cpp/ql/src/semmle/code/cpp/stmts

1 file changed

+3
-1
lines changed

cpp/ql/src/semmle/code/cpp/stmts/Stmt.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,9 @@ class EnumSwitch extends SwitchStmt {
16131613
}
16141614

16151615
pragma[noinline]
1616-
private predicate matchesValue(string value) { value = this.getASwitchCase().getExpr().getValue() }
1616+
private predicate matchesValue(string value) {
1617+
value = this.getASwitchCase().getExpr().getValue()
1618+
}
16171619
}
16181620

16191621
/**

0 commit comments

Comments
 (0)