diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-09-08 14:29:39 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-09-08 14:29:39 (GMT) |
commit | b9faa69d8756deb20fcf9c53343600fb5f2308a0 (patch) | |
tree | 075d4d8214833606974f23920eb87b6df5749128 | |
parent | 1c7c5a604b449465a76fbaa054c5b125ad75bb56 (diff) | |
download | hdf5-b9faa69d8756deb20fcf9c53343600fb5f2308a0.zip hdf5-b9faa69d8756deb20fcf9c53343600fb5f2308a0.tar.gz hdf5-b9faa69d8756deb20fcf9c53343600fb5f2308a0.tar.bz2 |
HDFFV-10276 Remove whitespace
-rw-r--r-- | tools/src/h5repack/h5repack_main.c | 4 |
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"); |