NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / ardour / ladspa_plugin.cc
index 61149c78a01d61c81786aeddc9c2dede3f888560..88f40c1f84041ac0530dbc2604195124c68d105c 100644 (file)
@@ -956,13 +956,13 @@ LadspaPlugin::do_save_preset (string name)
 LADSPA_PortDescriptor
 LadspaPlugin::port_descriptor (uint32_t i) const
 {
-       if (i < _descriptor->PortCount) {               
+       if (i < _descriptor->PortCount) {
                return _descriptor->PortDescriptors[i];
        }
-       
+
        warning << "LADSPA plugin port index " << i << " out of range." << endmsg;
        return 0;
 }
 
-               
-       
+
+