Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing...
[ardour.git] / libs / ardour / ardour / session_playlist.h
index 0641d442a8dce5bf40be38af5e2d2e334e88b55d..f924fe4bbc43701dac33f4dfc3886f454ac2b7a4 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_playlist (T *obj, void (T::*func)(boost::shared_ptr<Playlist>)) 
+template<class T> void
+Session::foreach_playlist (T *obj, void (T::*func)(boost::shared_ptr<Playlist>))
 {
        Glib::Mutex::Lock lm (playlist_lock);
        for (PlaylistList::iterator i = playlists.begin(); i != playlists.end(); i++) {