new scheme for managing port deletion
[ardour.git] / libs / ardour / delivery.cc
index bc49c9be69bc126248e4100762cccaed58fc21d7..35c4f9ad80b32bc4118cc0895192beeb600857c6 100644 (file)
@@ -515,7 +515,7 @@ Delivery::transport_stopped (framepos_t now)
 void
 Delivery::realtime_locate ()
 {
-        if (_output) {
+       if (_output) {
                 PortSet& ports (_output->ports());
 
                 for (PortSet::iterator i = ports.begin(); i != ports.end(); ++i) {