summaryrefslogtreecommitdiffstats
path: root/test/tvlstr.c
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-05-03 22:02:43 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-05-03 22:02:43 (GMT)
commit0ca65235b7476e1a09f371afaa1407d127da29fe (patch)
tree3e9628ea03e6c5c95e38b6f507a3cd8ef9e4ea2e /test/tvlstr.c
parent20c328e2d578570c5123fe222b41eb8a85814673 (diff)
downloadhdf5-0ca65235b7476e1a09f371afaa1407d127da29fe.zip
hdf5-0ca65235b7476e1a09f371afaa1407d127da29fe.tar.gz
hdf5-0ca65235b7476e1a09f371afaa1407d127da29fe.tar.bz2
Committing clang-format changes
Diffstat (limited to 'test/tvlstr.c')
-rw-r--r--test/tvlstr.c17
1 files changed, 7 insertions, 10 deletions
diff --git a/test/tvlstr.c b/test/tvlstr.c
index 091dd77..fb6a876 100644
--- a/test/tvlstr.c
+++ b/test/tvlstr.c
@@ -110,16 +110,13 @@ test_vlstr_free_custom(void *_mem, void *info)
static void
test_vlstrings_basic(void)
{
- const char
- *
- wdata[SPACE1_DIM1] =
- {
- "Four score and seven years ago our forefathers brought forth on this continent a new "
- "nation,",
- "conceived in liberty and dedicated to the proposition that all men are created equal.",
- "Now we are engaged in a great civil war,",
- "testing whether that nation or any nation so conceived and so dedicated can long "
- "endure."}; /* Information
+ const char *wdata[SPACE1_DIM1] = {
+ "Four score and seven years ago our forefathers brought forth on this continent a new "
+ "nation,",
+ "conceived in liberty and dedicated to the proposition that all men are created equal.",
+ "Now we are engaged in a great civil war,",
+ "testing whether that nation or any nation so conceived and so dedicated can long "
+ "endure."}; /* Information
to
write
*/