]> Creatis software - gdcm.git/commitdiff
remove 'tab' caracters
authorjpr <jpr>
Wed, 23 Jun 2004 12:21:56 +0000 (12:21 +0000)
committerjpr <jpr>
Wed, 23 Jun 2004 12:21:56 +0000 (12:21 +0000)
Testing/TestWriteSimple.cxx

index 49c7a530722f85c3804f20e6a2859729cf9f8857..51b3f4d9bfb2eec72b6894a36d8c492c39fbb665 100644 (file)
@@ -10,7 +10,7 @@ int TestWriteSimple(int argc, char* argv[])
     {
     std::cerr << "Usage :" << std::endl << argv[0] << 
       " InputHeader OutputDicom" << std::endl;
-    return 0;  
+    return 0;
     }
 
   std::string header = argv[1];
@@ -18,7 +18,7 @@ int TestWriteSimple(int argc, char* argv[])
 
   gdcmHeader *f1 = new gdcmHeader( header );
   gdcmFile   *f2 = new gdcmFile( f1 );
-       
+
   // If the following call is important, then the API sucks. Why is it
   // required to allocate PixelData when we are not using it !?
   void* PixelData = f2->GetImageData(); //EXTREMELY IMPORTANT