summaryrefslogtreecommitdiff
path: root/gtk2_ardour/patch_change_dialog.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-08 21:37:02 +0200
committerRobin Gareus <robin@gareus.org>2019-04-08 22:39:22 +0200
commit37aaa2d11b47cbaf3f33bf2e7744cc899050d666 (patch)
tree008f631e373e4cbcf79dd7dc423a2b6341ee0940 /gtk2_ardour/patch_change_dialog.cc
parent8f5f0f298bbe5a673655e3f163621608f32018ea (diff)
NO-OP: whitespace, alignment
Diffstat (limited to 'gtk2_ardour/patch_change_dialog.cc')
-rw-r--r--gtk2_ardour/patch_change_dialog.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk2_ardour/patch_change_dialog.cc b/gtk2_ardour/patch_change_dialog.cc
index 961f91b512..8f587580ac 100644
--- a/gtk2_ardour/patch_change_dialog.cc
+++ b/gtk2_ardour/patch_change_dialog.cc
@@ -42,12 +42,12 @@ using namespace Gtkmm2ext;
/** @param tc If non-0, a time converter for this patch change. If 0, time control will be desensitized */
PatchChangeDialog::PatchChangeDialog (
const ARDOUR::BeatsSamplesConverter* tc,
- ARDOUR::Session* session,
- Evoral::PatchChange<Temporal::Beats> const & patch,
- ARDOUR::InstrumentInfo& info,
- const Gtk::BuiltinStockID& ok,
- bool allow_delete,
- bool modal)
+ ARDOUR::Session* session,
+ Evoral::PatchChange<Temporal::Beats> const& patch,
+ ARDOUR::InstrumentInfo& info,
+ const Gtk::BuiltinStockID& ok,
+ bool allow_delete,
+ bool modal)
: ArdourDialog (_("Patch Change"), modal)
, _time_converter (tc)
, _info (info)