summaryrefslogtreecommitdiff
path: root/libs/ardour/legatize.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-09-24 12:57:27 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-24 12:57:27 -0400
commitb9c6ffac214a69bb64e8ba5adbbe0951a9119f09 (patch)
treec24ba0d0e76ba848171dcbfe22673b3d020c8535 /libs/ardour/legatize.cc
parent7db12f6b128eef0d63dd6a8eda3d04f4dab1fc79 (diff)
fix header order and space alignment
Diffstat (limited to 'libs/ardour/legatize.cc')
-rw-r--r--libs/ardour/legatize.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/legatize.cc b/libs/ardour/legatize.cc
index b3c5775b41..cd45d430f3 100644
--- a/libs/ardour/legatize.cc
+++ b/libs/ardour/legatize.cc
@@ -31,7 +31,7 @@ Legatize::~Legatize ()
Command*
Legatize::operator()(boost::shared_ptr<ARDOUR::MidiModel> model,
- Temporal::Beats position,
+ Temporal::Beats position,
std::vector<Legatize::Notes>& seqs)
{
MidiModel::NoteDiffCommand* cmd = new MidiModel::NoteDiffCommand(model, name ());