Moritz Wanzenböck пре 6 година
родитељ
комит
b636f92f78
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      include/hdf4cpp/HdfObject.h

+ 1 - 1
include/hdf4cpp/HdfObject.h

@@ -83,7 +83,7 @@ class HdfObject {
     }
 
     /// Throws an HdfException by its type
-	NORETURN void raiseException(const ExceptionType &exceptionType) const {
+    NORETURN void raiseException(const ExceptionType &exceptionType) const {
         throw HdfException(type, classType, exceptionType);
     }