summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSean McBride <sean@rogue-research.com>2022-01-28 14:31:26 (GMT)
committerGitHub <noreply@github.com>2022-01-28 14:31:26 (GMT)
commit44de59b642c4d5ccf505a1072d10b63dc9fe0628 (patch)
tree619d965121f5f3f1f8c87f1e73267b233a234858 /test
parent5fb634ca26ce165bb09c5c920f345e546251876c (diff)
downloadhdf5-44de59b642c4d5ccf505a1072d10b63dc9fe0628.zip
hdf5-44de59b642c4d5ccf505a1072d10b63dc9fe0628.tar.gz
hdf5-44de59b642c4d5ccf505a1072d10b63dc9fe0628.tar.bz2
Used clang-tidy to change all floating point f suffixes to F (#1359)
Diffstat (limited to 'test')
-rw-r--r--test/dtypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dtypes.c b/test/dtypes.c
index 5a4f2d6..a6b2beb 100644
--- a/test/dtypes.c
+++ b/test/dtypes.c
@@ -2635,7 +2635,7 @@ test_compound_13(void)
HDmemset(&data_out, 0, sizeof(data_out));
for (u = 0; u < COMPOUND13_ARRAY_SIZE + 1; u++)
data_out.x[u] = (unsigned char)u;
- data_out.y = 99.99f;
+ data_out.y = 99.99F;
/* Set latest_format in access property list to enable the latest
* compound datatype format.