Moritz Wanzenböck %!s(int64=7) %!d(string=hai) anos
pai
achega
b636f92f78
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
     }