]> Creatis software - gdcm.git/blobdiff - Testing/TestHash.cxx
ENH: Some cosmetic cleanup of gdcmFile, main changes are: lgrTotal -> ImageDataSize...
[gdcm.git] / Testing / TestHash.cxx
index 463352494bcdea2309c84076aaa579c3d9b4d89c..ffd89540adda8a19dc09f590dee274b18239a841 100644 (file)
@@ -22,17 +22,17 @@ int TestHash( int, char * [] ) {
    std::cout << "Find request on key 00380010" << std::endl;
    im = tb1.find("00380010");
    std::cout << "   \"" << im->first << "\" = " << im->second << std::endl;
-       
+
    int i = 0x0010;
    std::cout.setf(std::ios::hex);
    std::cout << i << std::endl;
    std::cout.setf(std::ios::dec);
    std::cout << i << std::endl;        
-       
-       // Voir :
-       //http://www.developer.com/net/cplus/article.php/10919_2119781_3
-       //
-       // dommage que ca ne marche pas ...
+
+// Voir :
+//http://www.developer.com/net/cplus/article.php/10919_2119781_3
+//
+// dommage que ca ne marche pas ...
 
   return 0;
 }