use std::vector::assign() in BufferSet::attach_buffers() rather than an explicit...
[ardour.git] / libs / ardour / route.cc
index d4924d038d6abf91362870a83015cd44f44c0ef3..6ae86aa016a1790d6fe1ed116837e48a77511d6c 100644 (file)
@@ -1583,7 +1583,8 @@ Route::configure_processors_unlocked (ProcessorStreams* err)
        }
 
        /* make sure we have sufficient scratch buffers to cope with the new processor
-          configuration */
+          configuration 
+       */
        _session.ensure_buffers (n_process_buffers ());
 
        DEBUG_TRACE (DEBUG::Processors, string_compose ("%1: configuration complete\n", _name));