NO-OP: whitespace, alignment

This commit is contained in:
Robin Gareus 2019-04-08 21:37:02 +02:00
parent 8f5f0f298b
commit 37aaa2d11b
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
12 changed files with 109 additions and 101 deletions

View file

@ -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)