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/PortModel.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/client/PortModel.cpp') diff --git a/src/client/PortModel.cpp b/src/client/PortModel.cpp index 5c9a8c77..f83e043b 100644 --- a/src/client/PortModel.cpp +++ b/src/client/PortModel.cpp @@ -17,8 +17,8 @@ #include "ingen/client/BlockModel.hpp" #include "ingen/client/PortModel.hpp" -namespace Ingen { -namespace Client { +namespace ingen { +namespace client { void PortModel::on_property(const URI& uri, const Atom& value) @@ -74,5 +74,5 @@ PortModel::set(SPtr model) } } -} // namespace Client -} // namespace Ingen +} // namespace client +} // namespace ingen -- cgit v1.2.1