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

Skip to content

Commit d648150

Browse files
committed
C++: Autoformat.
1 parent dd53e3f commit d648150

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,8 @@ private predicate exprToExprStep_nocfg(Expr fromExpr, Expr toExpr) {
638638
exists(int iIn |
639639
inModel.isParameter(iIn) and
640640
fromExpr = call.getArgument(iIn)
641-
) or
641+
)
642+
or
642643
inModel.isQualifierObject() and
643644
fromExpr = call.getQualifier()
644645
) and

0 commit comments

Comments
 (0)