make 3.0 catch up with transport and other changes in 2.X (hand applied, not merged)
[ardour.git] / libs / ardour / ardour / session_selection.h
index b92cb475a018de331844e654ff4bf490e52d6f30..52c7ab0e0e333f407451e8da955eeda7c25baf83 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2002 Paul Davis 
+    Copyright (C) 2002 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
@@ -25,8 +25,8 @@
 
 namespace ARDOUR {
 
-template<class T> void 
-Session::foreach_named_selection (T& obj, void (T::*func)(NamedSelection&)) 
+template<class T> void
+Session::foreach_named_selection (T& obj, void (T::*func)(NamedSelection&))
 {
        Glib::Mutex::Lock lm (named_selection_lock);
        for (NamedSelectionList::iterator i = named_selections.begin(); i != named_selections.end(); i++) {