Skip to content

Commit 5aed82a

Browse files
author
Robert Marsh
committed
C++: Autoformat more
1 parent 04641a3 commit 5aed82a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/TaintTrackingUtil.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ predicate modeledTaintStep(DataFlow::Node nodeIn, DataFlow::Node nodeOut) {
146146
// Taint flow from a pointer argument to an output, when the model specifies flow from the deref
147147
// to that output, but the deref is not modeled in the IR for the caller.
148148
exists(
149-
CallInstruction call, ReadSideEffectInstruction read, Function func,
150-
FunctionInput modelIn, FunctionOutput modelOut
149+
CallInstruction call, ReadSideEffectInstruction read, Function func, FunctionInput modelIn,
150+
FunctionOutput modelOut
151151
|
152152
read.getSideEffectOperand() = callInput(call, modelIn).asOperand() and
153153
read.getArgumentDef() = nodeIn.asInstruction() and

0 commit comments

Comments
 (0)