summaryrefslogtreecommitdiffstats
path: root/testpar/t_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'testpar/t_file.c')
-rw-r--r--testpar/t_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_file.c b/testpar/t_file.c
index 2c9bd03..d948804 100644
--- a/testpar/t_file.c
+++ b/testpar/t_file.c
@@ -639,7 +639,7 @@ open_file(const char *filename, hid_t fapl, int metadata_write_strategy, hsize_t
MPI_Barrier(MPI_COMM_WORLD);
- VRFY((f->shared->pb_ptr!= NULL), "");
+ VRFY((f->shared->pb_ptr != NULL), "");
VRFY((f->shared->pb_ptr->page_size == page_size), "");
VRFY((f->shared->pb_ptr->max_size == page_buffer_size), "");