mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
NOOP: whitespace fix
This commit is contained in:
parent
75e12993c6
commit
6a8946a746
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue