From 949e6bcdd67f52bffac1ad3a1af19e54409e8f2e Mon Sep 17 00:00:00 2001 From: lhausamm <loic_hausammann@hotmail.com> Date: Fri, 20 Oct 2017 12:09:21 +0200 Subject: [PATCH] Formatting with format.sh --- src/parallel_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parallel_io.c b/src/parallel_io.c index 1ec43bce6b..26686baadb 100644 --- a/src/parallel_io.c +++ b/src/parallel_io.c @@ -347,7 +347,7 @@ void writeArray(struct engine* e, hid_t grp, char* fileName, FILE* xmfFile, } /* Make sure the chunks are not larger than the dataset */ - if (chunk_shape[0] > (hsize_t) N_total) chunk_shape[0] = N_total; + if (chunk_shape[0] > (hsize_t)N_total) chunk_shape[0] = N_total; /* Create the space in the file */ hid_t h_filespace = H5Screate(H5S_SIMPLE); -- GitLab