]> Creatis software - gdcm.git/blobdiff - src/gdcmUtil.h
* Minor coding-style clean up
[gdcm.git] / src / gdcmUtil.h
index 592f8b025a90b777e45a644fc127b59e3ed746b1..9f9287167eab2f726d548b74c4c56c64e31cfd4b 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmUtil.h,v $
   Language:  C++
-  Date:      $Date: 2005/08/25 14:55:47 $
-  Version:   $Revision: 1.62 $
+  Date:      $Date: 2005/10/18 08:35:51 $
+  Version:   $Revision: 1.63 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -41,7 +41,7 @@ public:
                                 std::vector<std::string> &tokens,
                                 const std::string &delimiters = " ");
    static int         CountSubstring (const std::string &str,
-                                      const std::string &subStr);       
+                                      const std::string &subStr);
 
    static std::string CreateCleanString(std::string const &s);
    static std::string CreateCleanString(uint8_t *s, int l);