From: jpr Date: Fri, 25 Jun 2004 12:58:24 +0000 (+0000) Subject: tabs X-Git-Tag: Version0.5.bp~90 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=957ac5daf4abe9359dd9e6c94851c565c8c03843;p=gdcm.git tabs --- diff --git a/src/gdcmBinEntry.cxx b/src/gdcmBinEntry.cxx index ae4c5be8..81230ef9 100644 --- a/src/gdcmBinEntry.cxx +++ b/src/gdcmBinEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmBinEntry.cxx,v $ Language: C++ - Date: $Date: 2004/06/24 18:03:14 $ - Version: $Revision: 1.18 $ + Date: $Date: 2004/06/25 12:58:24 $ + Version: $Revision: 1.19 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -66,7 +66,7 @@ void gdcmBinEntry::Print(std::ostream &os) { gdcmDocEntry::Print(os); std::ostringstream s; - void *voidArea = GetVoidArea(); + void *voidArea = GetVoidArea(); if (voidArea != NULL) { s << " [gdcm::Binary data loaded with length is "