]> Creatis software - clitk.git/blobdiff - common/clitkImageCommon.cxx
Merge branch 'master' into GammaIndex3D
[clitk.git] / 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] << " ";