remove Glib::ustring from libardour; allow any characters except '/' and '\' in paths...
[ardour.git] / libs / ardour / chan_mapping.cc
index 653d45d58f46b91f34b12c335f7054e9dd42258f..20ea6722a9358079ecdbeb403b9630860ed13acb 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2009 Paul Davis 
+    Copyright (C) 2009 Paul Davis
     Author: Dave Robillard
 
     This program is free software; you can redistribute it and/or modify
@@ -99,7 +99,7 @@ std::ostream& operator<<(std::ostream& o, const ARDOUR::ChanMapping& cm)
                        o << "\t" << i->first << " => " << i->second << endl;
                }
        }
-       
+
        return o;
 }