]> git.cworth.org Git - apitrace/blobdiff - common/trace_model.hpp
Lower case namespaces.
[apitrace] / common / trace_model.hpp
index a74508efc5e0a0fc2411f9fe19b3e1aea070beda..cd89bb6ceb41d6f38184064d0329cfe685c22461 100644 (file)
@@ -38,7 +38,7 @@
 #include <iostream>
 
 
-namespace Trace {
+namespace trace {
 
 
 typedef unsigned Id;
@@ -352,6 +352,6 @@ inline std::ostream & operator <<(std::ostream &os, Call &call) {
 }
 
 
-} /* namespace Trace */
+} /* namespace trace */
 
 #endif /* _TRACE_MODEL_HPP_ */