From: jpr Date: Thu, 20 Oct 2005 07:29:43 +0000 (+0000) Subject: Coding style X-Git-Tag: OpenJPEG.Version1.2~301 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=74ee20d24c15e96bec85f760997f5e34e5525586;p=gdcm.git Coding style --- diff --git a/src/gdcmDocEntry.cxx b/src/gdcmDocEntry.cxx index 2c250b5a..18dfdf57 100644 --- a/src/gdcmDocEntry.cxx +++ b/src/gdcmDocEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocEntry.cxx,v $ Language: C++ - Date: $Date: 2005/10/19 13:17:04 $ - Version: $Revision: 1.73 $ + Date: $Date: 2005/10/20 07:29:43 $ + Version: $Revision: 1.74 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -238,7 +238,7 @@ void DocEntry::Print(std::ostream &os, std::string const & ) o = GetOffset(); vr = GetVR(); if ( vr == GDCM_VRUNKNOWN ) - vr=" "; + vr = " "; s << DictEntry::TranslateToKey(GetGroup(),GetElement());