mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
NOOP, just whitespace/indenting
This commit is contained in:
parent
cffd18d2d8
commit
dbecf44416
1 changed files with 2 additions and 2 deletions
|
|
@ -39,11 +39,11 @@ using namespace Gtk;
|
|||
AutomationController::AutomationController(boost::shared_ptr<Automatable> printer, boost::shared_ptr<AutomationControl> ac, Adjustment* adj)
|
||||
: BarController (*adj, ac)
|
||||
, _ignore_change(false)
|
||||
, _printer (printer)
|
||||
, _printer (printer)
|
||||
, _controllable(ac)
|
||||
, _adjustment(adj)
|
||||
{
|
||||
assert (_printer);
|
||||
assert (_printer);
|
||||
|
||||
set_name (X_("ProcessorControlSlider"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue