From: jpr Date: Tue, 22 Jun 2004 13:56:08 +0000 (+0000) Subject: remove tabs X-Git-Tag: Version0.5.bp~121 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=0dd3cc8b37630b53b83352c3e7008f1f20777d3a;p=gdcm.git remove tabs --- diff --git a/src/gdcmBinEntry.cxx b/src/gdcmBinEntry.cxx index f5dddb09..b21eab91 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/22 13:47:33 $ - Version: $Revision: 1.13 $ + Date: $Date: 2004/06/22 13:56:08 $ + Version: $Revision: 1.14 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -65,8 +65,8 @@ gdcmBinEntry::~gdcmBinEntry(){ void gdcmBinEntry::Print(std::ostream &os) { //gdcmValEntry::Print(os); // replaced by PrintCommonPart - // to avoid bugging the display - PrintCommonPart(os); + // to avoid bugging the display + PrintCommonPart(os); std::ostringstream s; if (voidArea != NULL) { diff --git a/src/gdcmSeqEntry.cxx b/src/gdcmSeqEntry.cxx index c589f78c..57e733f6 100644 --- a/src/gdcmSeqEntry.cxx +++ b/src/gdcmSeqEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSeqEntry.cxx,v $ Language: C++ - Date: $Date: 2004/06/22 13:47:33 $ - Version: $Revision: 1.14 $ + Date: $Date: 2004/06/22 13:59:48 $ + Version: $Revision: 1.15 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -46,7 +46,7 @@ gdcmSeqEntry::~gdcmSeqEntry() { for(ListSQItem::iterator cc = items.begin();cc != items.end();++cc) { delete *cc; - cout << "delete SQItem" << endl; + std::cout << "delete SQItem" <