summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/legatize.h
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/ardour/legatize.h
parent7db12f6b128eef0d63dd6a8eda3d04f4dab1fc79 (diff)
fix header order and space alignment
Diffstat (limited to 'libs/ardour/ardour/legatize.h')
-rw-r--r--libs/ardour/ardour/legatize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/legatize.h b/libs/ardour/ardour/legatize.h
index 74c4d112df..bf0eee869f 100644
--- a/libs/ardour/ardour/legatize.h
+++ b/libs/ardour/ardour/legatize.h
@@ -42,7 +42,7 @@ public:
typedef Evoral::Sequence<Temporal::Beats>::Notes Notes;
Command* operator()(boost::shared_ptr<ARDOUR::MidiModel> model,
- Temporal::Beats position,
+ Temporal::Beats position,
std::vector<Notes>& seqs);
std::string name () const { return (_shrink_only ? std::string ("remove overlap") : std::string ("legatize")); }