summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2018-03-12 14:28:11 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2018-03-12 14:28:11 (GMT)
commit0c3fc6836345e2b4f63a8f59ec7c3b13d7bf920b (patch)
tree454dc96ed5f99747e034e4210905b44538511886 /testpar
parent657f51aaa5720b3c88d0d2aabbaf28d26f17ed7a (diff)
downloadhdf5-0c3fc6836345e2b4f63a8f59ec7c3b13d7bf920b.zip
hdf5-0c3fc6836345e2b4f63a8f59ec7c3b13d7bf920b.tar.gz
hdf5-0c3fc6836345e2b4f63a8f59ec7c3b13d7bf920b.tar.bz2
merged from develop
Diffstat (limited to 'testpar')
-rw-r--r--testpar/t_pread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/t_pread.c b/testpar/t_pread.c
index 2f441d8..53701b9 100644
--- a/testpar/t_pread.c
+++ b/testpar/t_pread.c
@@ -339,8 +339,8 @@ generate_test_file( MPI_Comm comm, int mpi_rank, int group_id )
const char *text_to_write;
size_t bytes_to_write;
- if (group_id == 0)
- text_to_write = random_hdf5_text;
+ if (group_id == 0)
+ text_to_write = random_hdf5_text;
else
text_to_write = hitchhiker_quote;