diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-10-29 20:52:32 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-10-29 20:52:39 (GMT) |
commit | ae0f4a23c074c46db245430e59ac0eb19859e538 (patch) | |
tree | 7cf887811a2d40936be68298260d568ca4efcf75 | |
parent | ff34cd0a0506ca16f4971cf03bd1b6e33bfa132c (diff) | |
download | hdf5-ae0f4a23c074c46db245430e59ac0eb19859e538.zip hdf5-ae0f4a23c074c46db245430e59ac0eb19859e538.tar.gz hdf5-ae0f4a23c074c46db245430e59ac0eb19859e538.tar.bz2 |
Fix typo in whitespace area
-rw-r--r-- | config/cmake/ConversionTests.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/ConversionTests.c b/config/cmake/ConversionTests.c index 321d879..c2748b2 100644 --- a/config/cmake/ConversionTests.c +++ b/config/cmake/ConversionTests.c @@ -9,7 +9,7 @@ * If you do not have access to either file, you may request a copy from * * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -+ + #if defined(__has_attribute) #if __has_attribute(no_sanitize) #define HDF_NO_UBSAN __attribute__((no_sanitize("undefined"))) |