globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / ardour / plugin_insert.cc
index 855c3a610cc8f55579ebae0cc405fcfd9b36be76..c56843723417893124627672614f4314d26b627a 100644 (file)
@@ -272,11 +272,11 @@ PluginInsert::parameter_changed (uint32_t which, float val)
 
        if (ac) {
                ac->set_value (val);
-                
+
                 Plugins::iterator i = _plugins.begin();
-                
+
                 /* don't set the first plugin, just all the slaves */
-                
+
                 if (i != _plugins.end()) {
                         ++i;
                         for (; i != _plugins.end(); ++i) {
@@ -1427,7 +1427,7 @@ PluginInsert::add_plugin (boost::shared_ptr<Plugin> plugin)
        plugin->set_insert_id (this->id());
        
        if (_plugins.empty()) {
-                /* first (and probably only) plugin instance - connect to relevant signals 
+                /* first (and probably only) plugin instance - connect to relevant signals
                  */
 
                plugin->ParameterChanged.connect_same_thread (*this, boost::bind (&PluginInsert::parameter_changed, this, _1, _2));