Delete trailing whitespace
[ardour.git] / gtk2_ardour / missing_plugin_dialog.cc
index 971343cd9d8cd41c7d517641c4c0276008a674cc..f6a4c7329486797a2a94f2b2c900ee8daf54c372 100755 (executable)
@@ -44,7 +44,7 @@ MissingPluginDialog::MissingPluginDialog (Session * s, list<string> const & plug
 
        t << "\nThose plugins and any following them on a track or buss have been disabled, and will be hidden.\n";
        t << "It is recommended that you install the missing plugins and re-load the session.\n";
-       
+
         m->set_markup (t.str ());
         get_vbox()->pack_start (*m, false, false);