NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / ardour / utils.cc
index eb4db99d87fc6f45ec17780d47b1849de767ef9e..211b9c29f27f39c057bce0b9bd19599de6b93c27 100644 (file)
@@ -139,7 +139,7 @@ ARDOUR::legalize_for_path_2X (const string& str)
        string::size_type pos;
        string legal_chars = "abcdefghijklmnopqrtsuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_+=: ";
         Glib::ustring legal;
-       
+
        /* this is the one place in Ardour where we need to iterate across
         * potential multibyte characters, and thus we need Glib::ustring
         */