]> git.cworth.org Git - apitrace/blobdiff - common/trace_format.hpp
Lower case namespaces.
[apitrace] / common / trace_format.hpp
index cdabeb7d4668934b69afcf6593d656abae917fc3..2a1150c746a63e8fbf668c82918402f52014ecfa 100644 (file)
@@ -70,7 +70,7 @@
 #ifndef _TRACE_FORMAT_HPP_
 #define _TRACE_FORMAT_HPP_
 
-namespace Trace {
+namespace trace {
 
 /*
  * Trace file version number.
@@ -133,6 +133,6 @@ enum Type {
 };
 
 
-} /* namespace Trace */
+} /* namespace trace */
 
 #endif /* _TRACE_FORMAT_HPP_ */