Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25a1148

Browse files
author
Robert Marsh
committed
C++: autoformat
1 parent 8e2d34f commit 25a1148

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -801,8 +801,7 @@ private class IndirectOperandExprNode extends ExprNodeBase, IndirectOperand {
801801
}
802802

803803
private class IndirectArgumentOutExprNode extends ExprNodeBase, IndirectArgumentOutNode {
804-
805-
IndirectArgumentOutExprNode() { exprNodeShouldBeIndirectOutNode(this, _)}
804+
IndirectArgumentOutExprNode() { exprNodeShouldBeIndirectOutNode(this, _) }
806805

807806
final override Expr getConvertedExpr() { exprNodeShouldBeIndirectOutNode(this, result) }
808807

0 commit comments

Comments
 (0)