Skip to content

Commit f2436ff

Browse files
committed
C++: Autoformat.
1 parent fdf4e83 commit f2436ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cpp/ql/src/semmle/code/cpp/ir/dataflow/DefaultTaintTracking.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,9 @@ private predicate hasUpperBoundsCheck(Variable var) {
171171
)
172172
}
173173

174-
private predicate nodeIsBarrierEqualityCandidate(DataFlow::Node node, Operand access, Variable checkedVar) {
174+
private predicate nodeIsBarrierEqualityCandidate(
175+
DataFlow::Node node, Operand access, Variable checkedVar
176+
) {
175177
readsVariable(node.asInstruction(), checkedVar) and
176178
any(IRGuardCondition guard).ensuresEq(access, _, _, node.asInstruction().getBlock(), true)
177179
}

0 commit comments

Comments
 (0)