C++: autoformat

This commit is contained in:
Robert Marsh
2020-10-19 10:12:16 -07:00
parent 4766492e39
commit aad6d43423

View File

@@ -283,7 +283,7 @@ class IteratorArrayMemberOperator extends MemberFunction, TaintFunction, Iterato
/**
* An `operator=` member function of an iterator class that is not a copy or move assignment
* operator.
*
*
* The `hasTaintFlow` override provides flow through output iterators that return themselves with
* `operator*` and use their own `operator=` to assign to the container.
*/