Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing...
[ardour.git] / gtk2_ardour / plugin_selector.h
index bd9bd120088bb6733e5e1a2ecbc0a6d47ef7ddb8..dc09c30645e0131e4613cc421ec49e6bdb2be76d 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000 Paul Davis 
+    Copyright (C) 2000 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -39,7 +39,7 @@ class PluginSelector : public ArdourDialog
        PluginSelector (ARDOUR::PluginManager *);
 
        void set_interested_object (PluginInterestedObject&);
-       
+
        int run (); // XXX should we try not to overload the non-virtual Gtk::Dialog::run() ?
 
        void set_session (ARDOUR::Session*);
@@ -62,7 +62,7 @@ class PluginSelector : public ArdourDialog
        void filter_button_clicked ();
        void filter_entry_changed ();
        void filter_mode_changed ();
-       
+
        struct PluginColumns : public Gtk::TreeModel::ColumnRecord {
                PluginColumns () {
                        add (favorite);