summaryrefslogtreecommitdiff
path: root/common/formatter.hpp
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2011-10-27 07:43:19 +0100
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-10-27 07:43:19 +0100
commitb4a3d1495a5e92ba23bf463bcea34a6e75b55294 (patch)
tree588a372a96cec918202137c115186e4d6e12018d /common/formatter.hpp
parent91392daed9dc6b4c94859dc38c729d91bd9efb40 (diff)
Lower case namespaces.
Diffstat (limited to 'common/formatter.hpp')
-rw-r--r--common/formatter.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/formatter.hpp b/common/formatter.hpp
index 181e2d15..61bafdec 100644
--- a/common/formatter.hpp
+++ b/common/formatter.hpp
@@ -34,7 +34,7 @@
#include <iostream>
-namespace Formatter {
+namespace formatter {
/*
* See also http://bytes.com/topic/c/answers/63822-design-question-little-c-header-colorizing-text-linux-comments-ideas
@@ -168,7 +168,7 @@ inline Formatter *defaultFormatter(bool color = true) {
}
-} /* namespace Formatter */
+} /* namespace formatter */
#endif /* _FORMATTER_HPP_ */