use existing API to find the instrument
[ardour.git] / libs / ardour / template_utils.cc
index 70fffba680dcce87503f2738b71f5c09850c1dec..7797440f0e0a1720e52108e221196ccbcf313422 100644 (file)
@@ -57,7 +57,7 @@ template_filter (const string &str, void* /*arg*/)
        if (!Glib::file_test (str, Glib::FILE_TEST_IS_DIR)) {
                return false;
        }
-       
+
        return true;
 }
 
@@ -67,7 +67,7 @@ route_template_filter (const string &str, void* /*arg*/)
        if (str.find (template_suffix) == str.length() - strlen (template_suffix)) {
                return true;
        }
-       
+
        return false;
 }