瀏覽代碼

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