Skip to content

Commit 947ad02

Browse files
author
Robert Marsh
committed
C++: autoformat
1 parent 6b3557e commit 947ad02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ DataFlow::Node callInput(CallInstruction call, FunctionInput input) {
3333
read.getPrimaryInstruction() = call and
3434
read.getIndex() = -1 and
3535
input.isQualifierObject()
36-
)}
36+
)
37+
}
3738

3839
/**
3940
* Gets the instruction that holds the `output` for `call`.

0 commit comments

Comments
 (0)