Browse Source

Style fixed

Marco Nolden 12 years ago
parent
commit
3e5fdc1af2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Libs/DICOM/Core/ctkDICOMDatabase.cpp

+ 1 - 1
Libs/DICOM/Core/ctkDICOMDatabase.cpp

@@ -525,7 +525,7 @@ QString ctkDICOMDatabase::fileValue(const QString fileName, const unsigned short
 
   ctkDICOMDataset dataset;
   dataset.InitializeFromFile(fileName);
-  
+
   DcmTagKey tagKey(group, element);
 
   return( dataset.GetAllElementValuesAsString(tagKey) );