Move Gtkmm2ext widgets into libwidget
[ardour.git] / libs / gtkmm2ext / selector.cc
index 97f468707b39291a0efead8aff14787aefb4379d..04fbd13001ea98672daa0d7f8e221dd730b3b14a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 1999 Paul Barton-Davis 
+    Copyright (C) 1999 Paul Barton-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
     the Free Software Foundation; either version 2 of the License, or
@@ -157,7 +157,7 @@ Selector::chosen ()
 {
        Glib::RefPtr<Gtk::TreeSelection> tree_sel = tview.get_selection();
        Gtk::TreeModel::iterator iter = tree_sel->get_selected();
-       
+
        if (iter) {
                choice_made (new Result (tview, tree_sel));
        } else {