NO-OP: indentation
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 13 Sep 2016 18:41:06 +0000 (13:41 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 13 Sep 2016 19:11:29 +0000 (14:11 -0500)
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) {