diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-01-29 12:59:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 12:59:33 (GMT) |
commit | 674e1f02a3ac37cf3d57df1aee902b7af44f398e (patch) | |
tree | 35b83598bb49d92567d70e4f0213344ffaf01f42 /c++/src | |
parent | 40dfdee0f5d462ebd1134625a832a7f6a6e5c2a8 (diff) | |
download | hdf5-674e1f02a3ac37cf3d57df1aee902b7af44f398e.zip hdf5-674e1f02a3ac37cf3d57df1aee902b7af44f398e.tar.gz hdf5-674e1f02a3ac37cf3d57df1aee902b7af44f398e.tar.bz2 |
1 10 Whitespace changes after clang-format run (#287)
* HDFFV-10865 - merge from dev, HDFArray perf fix.
* Remove duplicate setting
* Whitespace changes after clang format
* Undo version 11 clang format changes
Diffstat (limited to 'c++/src')
-rw-r--r-- | c++/src/H5PredType.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5PredType.h b/c++/src/H5PredType.h index 2d1185b..02f0cbc 100644 --- a/c++/src/H5PredType.h +++ b/c++/src/H5PredType.h @@ -435,7 +435,7 @@ class H5_DLLCPP PredType : public AtomType { #if H5_SIZEOF_UINT_FAST64_T != 0 static PredType *NATIVE_UINT_FAST64_; #endif /* H5_SIZEOF_UINT_FAST64_T */ - // End of Declaration of pointers + // End of Declaration of pointers #endif // DOXYGEN_SHOULD_SKIP_THIS |