Skip to content

Commit e292eee

Browse files
committed
C++: Autoformat fixup
1 parent ad292d8 commit e292eee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,7 @@ class DefinitionByReferenceNode extends InstructionNode {
396396
private class ArgumentIndirectionNode extends InstructionNode {
397397
override ReadSideEffectInstruction instr;
398398

399-
override string toString() {
400-
result = "Argument " + instr.getIndex() + " indirection"
401-
}
399+
override string toString() { result = "Argument " + instr.getIndex() + " indirection" }
402400
}
403401

404402
/**

0 commit comments

Comments
 (0)