globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / gtkmm2ext / dndtreeview.cc
index 179423f2033082e61d2af15fc9ea90dddab24592..06d17fce40a2bf63183ac8bde942667a5fe1d433 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000-2007 Paul Davis 
+    Copyright (C) 2000-2007 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
@@ -65,7 +65,7 @@ DnDTreeViewBase::add_object_drag (int column, string type_name)
        enable_model_drag_dest (draggable);
 }
 
-bool 
+bool
 DnDTreeViewBase::on_drag_drop(const Glib::RefPtr<Gdk::DragContext>& context, int x, int y, guint time)
 {
        suggested_action = Gdk::DragAction (0);