]> git.cworth.org Git - apitrace/blobdiff - common/image_pnm.cpp
Lower case namespaces.
[apitrace] / common / image_pnm.cpp
index 5397a1a604d78d7c4afc45ad38ef500f2688a1ce..c95f640fcc1ee6ff69af318f3bc52ba0d4edf1a8 100644 (file)
@@ -32,7 +32,7 @@
 #include "image.hpp"
 
 
-namespace Image {
+namespace image {
 
 /**
  * http://en.wikipedia.org/wiki/Netpbm_format
@@ -109,4 +109,4 @@ Image::writePNM(std::ostream &os, const char *comment) const {
 }
 
 
-} /* namespace Image */
+} /* namespace image */