aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image-hdf5.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-07-23 12:56:38 +0200
committerThomas White <taw@physics.org>2021-07-23 12:56:38 +0200
commitd496d7a7232a347541e85888d72bcb2cfd2271fd (patch)
tree977b41eba14fb4b58936b69b2e7e271641697727 /libcrystfel/src/image-hdf5.c
parent3b68d660aa4391deb7e28512ff18f1673181b452 (diff)
Formatting
Diffstat (limited to 'libcrystfel/src/image-hdf5.c')
-rw-r--r--libcrystfel/src/image-hdf5.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcrystfel/src/image-hdf5.c b/libcrystfel/src/image-hdf5.c
index ec8fc36f..a7e5aebb 100644
--- a/libcrystfel/src/image-hdf5.c
+++ b/libcrystfel/src/image-hdf5.c
@@ -522,8 +522,7 @@ static int load_hdf5_hyperslab(struct panel_template *p,
return 1;
}
- r = H5Dread(dh, el_type, memspace, dataspace,
- H5P_DEFAULT, data);
+ r = H5Dread(dh, el_type, memspace, dataspace, H5P_DEFAULT, data);
if ( r < 0 ) {
ERROR("Couldn't read data for panel %s\n",
p->name);