From 6a8946a746c27fffd79d9d987c5473e57a9f7de9 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 17 Sep 2023 20:38:34 -0600 Subject: [PATCH] NOOP: whitespace fix --- libs/temporal/tempo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/temporal/tempo.cc b/libs/temporal/tempo.cc index aaaa9883c2..d1cea20abd 100644 --- a/libs/temporal/tempo.cc +++ b/libs/temporal/tempo.cc @@ -3076,7 +3076,7 @@ std::operator<<(std::ostream& str, MusicTimePoint const & p) { str << "MP @ " << *((Point const *) &p) << ' ' - << *((Tempo const *) &p) << ' ' + << *((Tempo const *) &p) << ' ' << *((Meter const *) &p); return str; }