mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14: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)
|
AutomationController::AutomationController(boost::shared_ptr<Automatable> printer, boost::shared_ptr<AutomationControl> ac, Adjustment* adj)
|
||||||
: BarController (*adj, ac)
|
: BarController (*adj, ac)
|
||||||
, _ignore_change(false)
|
, _ignore_change(false)
|
||||||
, _printer (printer)
|
, _printer (printer)
|
||||||
, _controllable(ac)
|
, _controllable(ac)
|
||||||
, _adjustment(adj)
|
, _adjustment(adj)
|
||||||
{
|
{
|
||||||
assert (_printer);
|
assert (_printer);
|
||||||
|
|
||||||
set_name (X_("ProcessorControlSlider"));
|
set_name (X_("ProcessorControlSlider"));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue