use C++ for PortManager::make_port_name_relative()
[ardour.git] / libs / ardour / port_insert.cc
index 04796993e4499a0dfec787824889ad697e07b6e2..46d54cd445aece3647e7c6fee65586575bf4dd1d 100644 (file)
@@ -122,7 +122,7 @@ PortInsert::run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame,
                         Sample* out = outbuf.data();
 
                         _mtdm->process (nframes, in, out);
-                       
+
                         outbuf.set_written (true);
                 }