Skip to content

Commit 6809711

Browse files
author
Robert Marsh
committed
C++:autoformat
1 parent d1d19a7 commit 6809711

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ class ReturnNode extends InstructionNode {
5454
Instruction primary;
5555

5656
ReturnNode() {
57-
exists(ReturnValueInstruction ret |
58-
instr = ret.getReturnValue() and primary = ret
59-
)
57+
exists(ReturnValueInstruction ret | instr = ret.getReturnValue() and primary = ret)
6058
or
6159
exists(ReturnIndirectionInstruction rii |
6260
instr = rii.getSideEffectOperand().getAnyDef() and primary = rii

0 commit comments

Comments
 (0)