]> Creatis software - gdcm.git/commitdiff
remove tabs
authorjpr <jpr>
Tue, 22 Jun 2004 13:56:08 +0000 (13:56 +0000)
committerjpr <jpr>
Tue, 22 Jun 2004 13:56:08 +0000 (13:56 +0000)
src/gdcmBinEntry.cxx
src/gdcmSeqEntry.cxx

index f5dddb09b1e3e0dee9168f51ea7c525f542a6cd8..b21eab91a8da7001538eec1a72649ab7001995ca 100644 (file)
@@ -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)
    {
index c589f78cd480606fe49700d3c5240a772c8bbeed..57e733f6975e52eb910c86ef8261a970eabc2a0e 100644 (file)
@@ -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" <<std:: endl;
    }
    if (!seq_term)
       delete seq_term;
@@ -69,8 +69,8 @@ void gdcmSeqEntry::Print(std::ostream &os){
    os << s.str();   
 
     if (GetReadLength() == 0)
-           return;
-                 
+       return;
+
     // Then, Print each SQ Item   
      for(ListSQItem::iterator cc = items.begin();cc != items.end();++cc)
    {