소스 검색

Fix format

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);
     }