From 957ac5daf4abe9359dd9e6c94851c565c8c03843 Mon Sep 17 00:00:00 2001 From: jpr Date: Fri, 25 Jun 2004 12:58:24 +0000 Subject: [PATCH] tabs --- src/gdcmBinEntry.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 " -- 2.48.1