summaryrefslogtreecommitdiff
path: root/libs/ardour/control_protocol_search_path.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/control_protocol_search_path.cc')
-rw-r--r--libs/ardour/control_protocol_search_path.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/control_protocol_search_path.cc b/libs/ardour/control_protocol_search_path.cc
index a74195b4c0..7cdf75a441 100644
--- a/libs/ardour/control_protocol_search_path.cc
+++ b/libs/ardour/control_protocol_search_path.cc
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2007 Tim Mayberry
+ Copyright (C) 2007 Tim Mayberry
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
@@ -36,7 +36,7 @@ control_protocol_search_path ()
{
bool surfaces_path_defined = false;
SearchPath spath_env(Glib::getenv(surfaces_env_variable_name, surfaces_path_defined));
-
+
if (surfaces_path_defined)
{
return spath_env;