summaryrefslogtreecommitdiffstats
path: root/config/cmake/ConversionTests.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-10-29 20:54:09 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-10-29 20:54:09 (GMT)
commit81b2943b6fc01b52de2048d9503d524b2780112b (patch)
tree90f7b79a365ea5ae2d43dc89271d342073a3725d /config/cmake/ConversionTests.c
parent299a6056618f04b722a96607a98e7dbd07dafbdf (diff)
downloadhdf5-81b2943b6fc01b52de2048d9503d524b2780112b.zip
hdf5-81b2943b6fc01b52de2048d9503d524b2780112b.tar.gz
hdf5-81b2943b6fc01b52de2048d9503d524b2780112b.tar.bz2
Fix typo in whitespace area
Diffstat (limited to 'config/cmake/ConversionTests.c')
-rw-r--r--config/cmake/ConversionTests.c2
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")))