make 3.0 catch up with transport and other changes in 2.X (hand applied, not merged)
[ardour.git] / libs / ardour / ardour / session_region.h
index c4a6f64889d733e7d9e074b5ca110786dea24eb3..136aaa002229be006c2403df0789ff5dbfcf982e 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
@@ -25,7 +25,8 @@
 
 namespace ARDOUR {
 
-template<class T> void Session::foreach_region (T *obj, void (T::*func)(boost::shared_ptr<Region>))
+template<class T> void
+Session::foreach_region (T *obj, void (T::*func)(boost::shared_ptr<Region>))
 {
        Glib::Mutex::Lock lm (region_lock);
        for (RegionList::iterator i = regions.begin(); i != regions.end(); i++) {