Skip to content

Commit 1199ff9

Browse files
committed
C++: autoformat
1 parent 7e299e7 commit 1199ff9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,12 @@ private module VirtualDispatch {
126126

127127
/**
128128
* A ReturnNode with its ReturnKind and its enclosing callable.
129-
*
129+
*
130130
* Used to fix a join ordering issue in flowsFrom.
131131
*/
132-
private predicate returnNodeWithKindAndEnclosingCallable(ReturnNode node, ReturnKind kind, DataFlowCallable callable) {
132+
private predicate returnNodeWithKindAndEnclosingCallable(
133+
ReturnNode node, ReturnKind kind, DataFlowCallable callable
134+
) {
133135
node.getKind() = kind and
134136
node.getEnclosingCallable() = callable
135137
}

0 commit comments

Comments
 (0)