diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-10-29 20:54:09 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-10-29 20:54:09 (GMT) |
commit | 81b2943b6fc01b52de2048d9503d524b2780112b (patch) | |
tree | 90f7b79a365ea5ae2d43dc89271d342073a3725d | |
parent | 299a6056618f04b722a96607a98e7dbd07dafbdf (diff) | |
download | hdf5-81b2943b6fc01b52de2048d9503d524b2780112b.zip hdf5-81b2943b6fc01b52de2048d9503d524b2780112b.tar.gz hdf5-81b2943b6fc01b52de2048d9503d524b2780112b.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"))) |