Skip to content

Commit 84811f6

Browse files
committed
C++: autoformat
1 parent 6d46e4d commit 84811f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ private predicate instructionTaintStep(Instruction i1, Instruction i2) {
186186
}
187187

188188
private predicate modelTaintToParameter(Function f, int parameterIn, int parameterOut) {
189-
exists( FunctionInput modelIn, FunctionOutput modelOut |
189+
exists(FunctionInput modelIn, FunctionOutput modelOut |
190190
f.(TaintFunction).hasTaintFlow(modelIn, modelOut) and
191191
(modelIn.isParameter(parameterIn) or modelIn.isParameterDeref(parameterIn)) and
192192
modelOut.isParameterDeref(parameterOut)

0 commit comments

Comments
 (0)