]> Creatis software - clitk.git/commitdiff
deleted an extra space in order to be able to grep the results of clitkImageInfo
authorBenoît Presles <benoit.presles@creatis.insa-lyon.fr>
Thu, 21 Nov 2013 12:44:39 +0000 (13:44 +0100)
committerBenoît Presles <benoit.presles@creatis.insa-lyon.fr>
Thu, 21 Nov 2013 12:44:39 +0000 (13:44 +0100)
common/clitkImageCommon.cxx

index 40298452e5430218a3952fbf30a88398d17dc5f3..83b9435854ef3f7bec71e764ccee787ba314e0f9 100644 (file)
@@ -101,11 +101,11 @@ void clitk::printImageHeader(itk::ImageIOBase::Pointer header, std::ostream & os
     for(unsigned int i=0; i< dim-1; i++)
       os << inputSize[i] << "x";
     os << inputSize[dim-1]
-       << "  ";
+       << " ";
     for(unsigned int i=0; i< dim-1; i++)
       os << inputSpacing[i] << "x";
     os << inputSpacing[dim-1]
-       << "  ";
+       << " ";
     for(unsigned int i=0; i< dim-1; i++)
       os << inputOrigin[i] << "x";
     os << inputOrigin[dim-1] << " ";