From d6565cce77daa0a380f5ec6ba689216015f2dbcb Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 22 Sep 2023 15:12:57 -0600 Subject: [PATCH] temporal: NOOP whitespace --- libs/temporal/temporal/tempo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/temporal/temporal/tempo.h b/libs/temporal/temporal/tempo.h index 1f4bfc36a3..1ebbc7f707 100644 --- a/libs/temporal/temporal/tempo.h +++ b/libs/temporal/temporal/tempo.h @@ -682,7 +682,7 @@ class LIBTEMPORAL_API GridIterator private: 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. */ };