diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-12-13 22:12:50 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-12-13 22:12:50 (GMT) |
commit | e6121500d91d510fd1e5fdac01903d0f8d2218ad (patch) | |
tree | a9ca893efee95bb81f400cddf21c6c910f01de40 /tools/src/misc | |
parent | 0e5ac5fe2ff3faadeab97719baae2ad9f986b622 (diff) | |
download | hdf5-e6121500d91d510fd1e5fdac01903d0f8d2218ad.zip hdf5-e6121500d91d510fd1e5fdac01903d0f8d2218ad.tar.gz hdf5-e6121500d91d510fd1e5fdac01903d0f8d2218ad.tar.bz2 |
Tools cleanup
Diffstat (limited to 'tools/src/misc')
-rw-r--r-- | tools/src/misc/h5clear.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/src/misc/h5clear.c b/tools/src/misc/h5clear.c index 42dda92..ae57031 100644 --- a/tools/src/misc/h5clear.c +++ b/tools/src/misc/h5clear.c @@ -82,7 +82,7 @@ static struct long_options l_opts[] = { }; - + /*------------------------------------------------------------------------- * Function: usage * @@ -119,7 +119,7 @@ static void usage(const char *prog) HDfprintf(stdout, " Set the EOA to the maximum of (EOA, EOF) + 512 for the file <file_name>.\n"); } /* usage() */ - + /*------------------------------------------------------------------------- * Function: parse_command_line * @@ -220,7 +220,7 @@ leave(int ret) } /* leave() */ - + /*------------------------------------------------------------------------- * Function: main * |