Browse Source

Fixed style

Marco Nolden 13 years ago
parent
commit
f3f61f25cd
2 changed files with 363 additions and 363 deletions
  1. 362 362
      Libs/DICOM/Core/ctkDICOMDatabase.cpp
  2. 1 1
      Libs/DICOM/Core/ctkDICOMDatabase.h

File diff suppressed because it is too large
+ 362 - 362
Libs/DICOM/Core/ctkDICOMDatabase.cpp


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

@@ -147,7 +147,7 @@ public:
   bool fileExistsAndUpToDate(const QString& filePath);
 
   /// remove the series from the database, including images and
-  /// thumbnails  
+  /// thumbnails
   Q_INVOKABLE bool removeSeries(const QString& seriesInstanceUID);
   Q_INVOKABLE bool removeStudy(const QString& studyInstanceUID);
   Q_INVOKABLE bool removePatient(const QString& patientID);