Skip to content

Commit 58bba86

Browse files
author
Robert Marsh
committed
C++: autoformat
1 parent 47c1281 commit 58bba86

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -392,11 +392,11 @@ private predicate modelFlow(Instruction iFrom, Instruction iTo) {
392392
}
393393

394394
/**
395-
* Holds if the result is a side effect for instruction `call` on argument
396-
* index `argument`. This helper predicate makes it easy to join on both of
397-
* these columns at once, avoiding pathological join orders in case the
398-
* argument index should get joined first.
399-
*/
395+
* Holds if the result is a side effect for instruction `call` on argument
396+
* index `argument`. This helper predicate makes it easy to join on both of
397+
* these columns at once, avoiding pathological join orders in case the
398+
* argument index should get joined first.
399+
*/
400400
pragma[noinline]
401401
SideEffectInstruction getSideEffectFor(CallInstruction call, int argument) {
402402
call = result.getPrimaryInstruction() and

0 commit comments

Comments
 (0)