diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2017-02-07 17:18:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2017-02-07 17:18:57 (GMT) |
commit | a28b65bb9e9c654840e7e73b460921dc6d1a5a47 (patch) | |
tree | 268ab8fd675758e41af0c0d16f44c36122cf045e /tools/test/h5repack/h5repacktst.c | |
parent | 1bb1ddc4fcfafce662c69ec6efe2cf39097239ed (diff) | |
download | hdf5-a28b65bb9e9c654840e7e73b460921dc6d1a5a47.zip hdf5-a28b65bb9e9c654840e7e73b460921dc6d1a5a47.tar.gz hdf5-a28b65bb9e9c654840e7e73b460921dc6d1a5a47.tar.bz2 |
Clean up whitespace
Diffstat (limited to 'tools/test/h5repack/h5repacktst.c')
-rw-r--r-- | tools/test/h5repack/h5repacktst.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/test/h5repack/h5repacktst.c b/tools/test/h5repack/h5repacktst.c index 82b45fc..abdda08 100644 --- a/tools/test/h5repack/h5repacktst.c +++ b/tools/test/h5repack/h5repacktst.c @@ -97,7 +97,6 @@ const char *H5REPACK_FILENAMES[] = { /* Name of tool */ #define PROGRAMNAME "h5repacktst" - #define DIM1 40 #define DIM2 20 #define CDIM1 DIM1/2 @@ -192,7 +191,7 @@ int main (void) puts("Testing h5repack:"); /* make the test files */ - TESTING(" generating datasets"); + TESTING(" generating files for testing"); if (make_testfiles() < 0) GOERROR; PASSED(); |