NOOP: whitespace fix

This commit is contained in:
Paul Davis 2023-09-17 20:38:34 -06:00
parent 75e12993c6
commit 6a8946a746

View File

@ -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;
}