summaryrefslogtreecommitdiffstats
path: root/tools/src/h5dump
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-09-23 16:52:35 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-09-23 16:52:35 (GMT)
commit161501e1c0527b71bafe7503408a6297aa4f7f1a (patch)
treef8e7ce133c13983c49387e07db3b5824d925c930 /tools/src/h5dump
parented96f0c6cd2af4bbc7fa4214394c0dac14a7dae4 (diff)
downloadhdf5-161501e1c0527b71bafe7503408a6297aa4f7f1a.zip
hdf5-161501e1c0527b71bafe7503408a6297aa4f7f1a.tar.gz
hdf5-161501e1c0527b71bafe7503408a6297aa4f7f1a.tar.bz2
Whitespace updates
Diffstat (limited to 'tools/src/h5dump')
-rw-r--r--tools/src/h5dump/h5dump.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/src/h5dump/h5dump.c b/tools/src/h5dump/h5dump.c
index b1e736a..0579f63 100644
--- a/tools/src/h5dump/h5dump.c
+++ b/tools/src/h5dump/h5dump.c
@@ -1641,8 +1641,7 @@ main(int argc, const char *argv[])
fid = H5Fopen(fname, H5F_ACC_RDONLY, fapl_id);
}
else {
- fid = h5tools_fopen(fname, H5F_ACC_RDONLY, H5P_DEFAULT,
- driver, NULL, 0);
+ fid = h5tools_fopen(fname, H5F_ACC_RDONLY, H5P_DEFAULT, driver, NULL, 0);
}
if (fid < 0) {