summaryrefslogtreecommitdiffstats
path: root/tools/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-09-08 14:29:39 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-09-08 14:29:39 (GMT)
commitb9faa69d8756deb20fcf9c53343600fb5f2308a0 (patch)
tree075d4d8214833606974f23920eb87b6df5749128 /tools/src
parent1c7c5a604b449465a76fbaa054c5b125ad75bb56 (diff)
downloadhdf5-b9faa69d8756deb20fcf9c53343600fb5f2308a0.zip
hdf5-b9faa69d8756deb20fcf9c53343600fb5f2308a0.tar.gz
hdf5-b9faa69d8756deb20fcf9c53343600fb5f2308a0.tar.bz2
HDFFV-10276 Remove whitespace
Diffstat (limited to 'tools/src')
-rw-r--r--tools/src/h5repack/h5repack_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/src/h5repack/h5repack_main.c b/tools/src/h5repack/h5repack_main.c
index 136d550..0e28174 100644
--- a/tools/src/h5repack/h5repack_main.c
+++ b/tools/src/h5repack/h5repack_main.c
@@ -200,12 +200,12 @@ static void usage(const char *prog) {
PRINTVALSTREAM(rawoutstream, " Chunked layout, with a layout size of 20x10, to objects dset1 and dset2\n");
PRINTVALSTREAM(rawoutstream, " and remove filters to objects dset3, dset4, dset5\n");
PRINTVALSTREAM(rawoutstream, "\n");
- PRINTVALSTREAM(rawoutstream, "4) h5repack -L -c 10 -s 20:dtype file1 file2 \n");
+ PRINTVALSTREAM(rawoutstream, "4) h5repack -L -c 10 -s 20:dtype file1 file2\n");
PRINTVALSTREAM(rawoutstream, "\n");
PRINTVALSTREAM(rawoutstream, " Using latest file format with maximum compact group size of 10 and\n");
PRINTVALSTREAM(rawoutstream, " and minimum shared datatype size of 20\n");
PRINTVALSTREAM(rawoutstream, "\n");
- PRINTVALSTREAM(rawoutstream, "5) h5repack -f SHUF -f GZIP=1 file1 file2 \n");
+ PRINTVALSTREAM(rawoutstream, "5) h5repack -f SHUF -f GZIP=1 file1 file2\n");
PRINTVALSTREAM(rawoutstream, "\n");
PRINTVALSTREAM(rawoutstream, " Add both filters SHUF and GZIP in this order to all datasets\n");
PRINTVALSTREAM(rawoutstream, "\n");