]> git.cworth.org Git - apitrace/blobdiff - common/formatter.hpp
Lower case namespaces.
[apitrace] / common / formatter.hpp
index 181e2d1539d5c14bc14e070db1325a31d2593ad4..61bafdecc2095085ec974ecb3066e7052e98dfac 100644 (file)
@@ -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_ */