diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-09-08 14:30:51 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-09-08 14:30:51 (GMT) |
commit | aab6d2466f9640d1e08287b0e407124234f6022b (patch) | |
tree | f1f1bfa50349f0e733927a12327a84cf3fcb6203 | |
parent | b9faa69d8756deb20fcf9c53343600fb5f2308a0 (diff) | |
download | hdf5-aab6d2466f9640d1e08287b0e407124234f6022b.zip hdf5-aab6d2466f9640d1e08287b0e407124234f6022b.tar.gz hdf5-aab6d2466f9640d1e08287b0e407124234f6022b.tar.bz2 |
HDFFV-10276 Remove whitespace
-rw-r--r-- | tools/src/h5repack/h5repack_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/h5repack/h5repack_main.c b/tools/src/h5repack/h5repack_main.c index 0e28174..a3f5678 100644 --- a/tools/src/h5repack/h5repack_main.c +++ b/tools/src/h5repack/h5repack_main.c @@ -209,7 +209,7 @@ static void usage(const char *prog) { PRINTVALSTREAM(rawoutstream, "\n"); PRINTVALSTREAM(rawoutstream, " Add both filters SHUF and GZIP in this order to all datasets\n"); PRINTVALSTREAM(rawoutstream, "\n"); - PRINTVALSTREAM(rawoutstream, "6) h5repack -f UD=307,0,1,9 file1 file2 \n"); + PRINTVALSTREAM(rawoutstream, "6) h5repack -f UD=307,0,1,9 file1 file2\n"); PRINTVALSTREAM(rawoutstream, "\n"); PRINTVALSTREAM(rawoutstream, " Add bzip2 filter to all datasets\n"); PRINTVALSTREAM(rawoutstream, "\n"); |