globally remove all trailing whitespace from ardour code base.
[ardour.git] / libs / pbd / openuri.cc
index e2575185dfb013bc4028b8cc5062c06edf0bf08a..5f4f1ab5461cd83306a51a65ee43b7229aade13f 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Paul Davis 
+    Copyright (C) 2012 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
@@ -67,7 +67,7 @@ PBD::open_uri (const char* uri)
 }
 
 bool
-PBD::open_uri (const std::string& uri) 
+PBD::open_uri (const std::string& uri)
 {
        return open_uri (uri.c_str());
 }