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/server/OutputPort.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/server/OutputPort.hpp') diff --git a/src/server/OutputPort.hpp b/src/server/OutputPort.hpp index 1058defb..0437c367 100644 --- a/src/server/OutputPort.hpp +++ b/src/server/OutputPort.hpp @@ -19,8 +19,8 @@ #include "PortImpl.hpp" -namespace Ingen { -namespace Server { +namespace ingen { +namespace server { /** An output port. * @@ -45,7 +45,7 @@ public: {} }; -} // namespace Server -} // namespace Ingen +} // namespace server +} // namespace ingen #endif // INGEN_ENGINE_OUTPUTPORT_HPP -- cgit v1.2.1