]> Creatis software - gdcm.git/blobdiff - src/gdcmSeqEntry.cxx
* DEVELOPPER: added a proposition of coding style.
[gdcm.git] / src / gdcmSeqEntry.cxx
index a42f7f1670f0384083fa684a6191080f752c937a..6026a867e9b6187746f41fdf49450b7b2355ed2a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSeqEntry.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/06/23 13:02:36 $
-  Version:   $Revision: 1.18 $
+  Date:      $Date: 2004/06/23 15:01:57 $
+  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
@@ -76,6 +76,7 @@ void gdcmSeqEntry::Print(std::ostream &os){
          os << "   | " ;
       if (seq_term != NULL) {
          seq_term->Print(os);
+         os << std::endl;
       } 
       else 
          os << "      -------------- should have a sequence terminator item";