13
0

temporal: NOOP whitespace

This commit is contained in:
Paul Davis 2023-09-22 15:12:57 -06:00
parent d282c317d0
commit d6565cce77

View File

@ -682,7 +682,7 @@ class LIBTEMPORAL_API GridIterator
private: private:
bool valid; bool valid;
TempoMap const * map; /* nullptr or the map instance this GridIterator TempoMap const * map; /* nullptr or the map instance this GridIterator
* was last used with. * was last used with.
*/ */
}; };