Moritz Wanzenböck 7 سال پیش
والد
کامیت
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);
     }