]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDir.cxx
remove spurious trailing spaces
[gdcm.git] / src / gdcmDicomDir.cxx
index 22720bd8c572cac2c5f505df20ec02a473861de6..9d44e72ffd059bf0158c9edb68b418f52b86796d 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDicomDir.cxx,v $
   Language:  C++
-  Date:      $Date: 2007/09/17 12:21:56 $
-  Version:   $Revision: 1.196 $
+  Date:      $Date: 2008/02/13 18:53:33 $
+  Version:   $Revision: 1.197 $
   
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -480,7 +480,7 @@ bool DicomDir::Write(std::string const &fileName)
 
    std::ofstream *fp = new std::ofstream(fileName.c_str(),  
                                          std::ios::out | std::ios::binary);
-   if ( !fp ) 
+   if ( !fp )
    {
       gdcmWarningMacro("Failed to open(write) File: " << fileName.c_str());
       return false;