summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-10-29 20:55:01 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-10-29 20:55:01 (GMT)
commit5d41c362555f3bfda6eeb710b47294360d4ecf0c (patch)
treeedc9321762d3ca49b5841deeb6b873a2f2daf785 /config
parent5faff0dbd14a1b8adc4b7ac75c3bf1a591fd461f (diff)
downloadhdf5-5d41c362555f3bfda6eeb710b47294360d4ecf0c.zip
hdf5-5d41c362555f3bfda6eeb710b47294360d4ecf0c.tar.gz
hdf5-5d41c362555f3bfda6eeb710b47294360d4ecf0c.tar.bz2
Fix typo in whitespace area
Diffstat (limited to 'config')
-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")))