13
0

NOOP, just whitespace/indenting

This commit is contained in:
Robin Gareus 2014-11-01 18:24:47 +01:00
parent cffd18d2d8
commit dbecf44416

View File

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