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/client/ClientStore.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/client/ClientStore.cpp') diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp index 792f8949..ad3b3c0d 100644 --- a/src/client/ClientStore.cpp +++ b/src/client/ClientStore.cpp @@ -26,8 +26,8 @@ #include "ingen/client/PortModel.hpp" #include "ingen/client/SigClientInterface.hpp" -namespace Ingen { -namespace Client { +namespace ingen { +namespace client { ClientStore::ClientStore(URIs& uris, Log& log, @@ -483,5 +483,5 @@ ClientStore::operator()(const DisconnectAll& msg) } } -} // namespace Client -} // namespace Ingen +} // namespace client +} // namespace ingen -- cgit v1.2.1