summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-09-08 14:30:51 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-09-08 14:30:51 (GMT)
commitaab6d2466f9640d1e08287b0e407124234f6022b (patch)
treef1f1bfa50349f0e733927a12327a84cf3fcb6203 /tools
parentb9faa69d8756deb20fcf9c53343600fb5f2308a0 (diff)
downloadhdf5-aab6d2466f9640d1e08287b0e407124234f6022b.zip
hdf5-aab6d2466f9640d1e08287b0e407124234f6022b.tar.gz
hdf5-aab6d2466f9640d1e08287b0e407124234f6022b.tar.bz2
HDFFV-10276 Remove whitespace
Diffstat (limited to 'tools')
-rw-r--r--tools/src/h5repack/h5repack_main.c2
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");