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/ColorContext.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ColorContext.cpp') diff --git a/src/ColorContext.cpp b/src/ColorContext.cpp index 23b568f1..9794e8ce 100644 --- a/src/ColorContext.cpp +++ b/src/ColorContext.cpp @@ -23,7 +23,7 @@ inline int isatty(int fd) { return 0; } #endif -namespace Ingen { +namespace ingen { ColorContext::ColorContext(FILE* stream, Color color) : _stream(stream) @@ -41,4 +41,4 @@ ColorContext::~ColorContext() } } -} // namespace Ingen +} // namespace ingen -- cgit v1.2.1