From: jpr Date: Wed, 23 Jun 2004 12:21:56 +0000 (+0000) Subject: remove 'tab' caracters X-Git-Tag: Version0.5.bp~109 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=45a9005ae5c1975bbe932e43c8080a83c9daf29e;p=gdcm.git remove 'tab' caracters --- diff --git a/Testing/TestWriteSimple.cxx b/Testing/TestWriteSimple.cxx index 49c7a530..51b3f4d9 100644 --- a/Testing/TestWriteSimple.cxx +++ b/Testing/TestWriteSimple.cxx @@ -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