From 394b01da8e26dbe1b6a0520944d954ca0b16b1b5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Sep 2018 17:31:12 +0200 Subject: Use lowercase namespace names --- src/ClashAvoider.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ClashAvoider.cpp') diff --git a/src/ClashAvoider.cpp b/src/ClashAvoider.cpp index ae4438a4..fdbc45b4 100644 --- a/src/ClashAvoider.cpp +++ b/src/ClashAvoider.cpp @@ -24,7 +24,7 @@ #include "ingen/Store.hpp" #include "ingen/paths.hpp" -namespace Ingen { +namespace ingen { ClashAvoider::ClashAvoider(const Store& store) : _store(store) @@ -133,4 +133,4 @@ ClashAvoider::exists(const Raul::Path& path) const return _store.find(path) != _store.end(); } -} // namespace Ingen +} // namespace ingen -- cgit v1.2.1