Skip to content

Commit 68f6d93

Browse files
committed
C++: Autoformat fixup
1 parent 27dc49f commit 68f6d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class ImplicitParameterNode extends ParameterNode, TInstanceParameterNode {
184184

185185
/**
186186
* INTERNAL: do not use.
187-
*
187+
*
188188
* A node that represents the value of a variable after a function call that
189189
* may have changed the variable because it's passed by reference or because an
190190
* iterator for it was passed by value or by reference.

0 commit comments

Comments
 (0)