summaryrefslogtreecommitdiffstats
path: root/tools/src/h5dump/h5dump.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-05-12 21:14:30 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-05-12 21:14:30 (GMT)
commit9f1d06c7f150d3ad34e24dc0055f493d2210fe91 (patch)
treedad2d9093c513674c8d4f71f03bc767cf83453a2 /tools/src/h5dump/h5dump.c
parent8fc4f67be4d66018b4dca4b352672a47e4717f44 (diff)
downloadhdf5-9f1d06c7f150d3ad34e24dc0055f493d2210fe91.zip
hdf5-9f1d06c7f150d3ad34e24dc0055f493d2210fe91.tar.gz
hdf5-9f1d06c7f150d3ad34e24dc0055f493d2210fe91.tar.bz2
Whitespace cleanup
Diffstat (limited to 'tools/src/h5dump/h5dump.c')
-rw-r--r--tools/src/h5dump/h5dump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/src/h5dump/h5dump.c b/tools/src/h5dump/h5dump.c
index d97fdc0..d9ea4b0 100644
--- a/tools/src/h5dump/h5dump.c
+++ b/tools/src/h5dump/h5dump.c
@@ -861,14 +861,14 @@ parse_command_line(int argc, const char *argv[])
int opt;
int last_was_dset = FALSE;
- /* no arguments */
+ /* no arguments */
if (argc == 1) {
usage(h5tools_getprogname());
goto error;
}
/* this will be plenty big enough to hold the info */
- if((hand = (struct handler_t *)HDcalloc((size_t)argc, sizeof(struct handler_t)))==NULL) {
+ if((hand = (struct handler_t *)HDcalloc((size_t)argc, sizeof(struct handler_t))) == NULL) {
goto error;
}