Skip to content

Commit aad6d43

Browse files
author
Robert Marsh
committed
C++: autoformat
1 parent 4766492 commit aad6d43

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/src/semmle/code/cpp/models/implementations

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/models/implementations/Iterator.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class IteratorArrayMemberOperator extends MemberFunction, TaintFunction, Iterato
283283
/**
284284
* An `operator=` member function of an iterator class that is not a copy or move assignment
285285
* operator.
286-
*
286+
*
287287
* The `hasTaintFlow` override provides flow through output iterators that return themselves with
288288
* `operator*` and use their own `operator=` to assign to the container.
289289
*/

0 commit comments

Comments
 (0)