13
0

Fix indentation in ARDOUR::Amp::set_state

This commit is contained in:
Tim Mayberry 2016-08-27 16:08:11 +10:00
parent 50ccd15d72
commit 58726cedf8

View File

@ -372,7 +372,7 @@ Amp::set_state (const XMLNode& node, int version)
Processor::set_state (node, version);
if ((gain_node = node.child (Controllable::xml_node_name.c_str())) != 0) {
if ((gain_node = node.child (Controllable::xml_node_name.c_str ())) != 0) {
_gain_control->set_state (*gain_node, version);
}