C++: Autoformat fixup

This commit is contained in:
Jonas Jensen
2020-09-30 09:49:56 +02:00
parent 27dc49ff7a
commit 68f6d93325

View File

@@ -184,7 +184,7 @@ class ImplicitParameterNode extends ParameterNode, TInstanceParameterNode {
/**
* INTERNAL: do not use.
*
*
* A node that represents the value of a variable after a function call that
* may have changed the variable because it's passed by reference or because an
* iterator for it was passed by value or by reference.