From c927e524632fcdeedf969a6d97b7621a5ba76af0 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Wed, 1 Jul 2020 22:56:46 +0200 Subject: [PATCH] Applied code formatting tool --- src/serial_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/serial_io.c b/src/serial_io.c index 57289c15fb..916d138e61 100644 --- a/src/serial_io.c +++ b/src/serial_io.c @@ -251,7 +251,7 @@ void prepare_array_serial(const struct engine* e, hid_t grp, char* fileName, error("Error while creating data space for field '%s'.", props.name); /* Decide what chunk size to use based on compression */ - int log2_chunk_size = e->snapshot_compression > 0 ? 12 : 18; + int log2_chunk_size = e->snapshot_compression > 0 ? 12 : 18; int rank = 0; hsize_t shape[2]; -- GitLab