diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-08-04 16:14:36 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-08-04 16:14:36 (GMT) |
commit | be02566f49f953bc80c5b5018871138e201ea633 (patch) | |
tree | 18faaf5d82274edd0f14c485e65006bbb69552e0 /tools/test/h5ls | |
parent | 33c0016eb63a1d7894bd708cd020ba091a9a9857 (diff) | |
download | hdf5-be02566f49f953bc80c5b5018871138e201ea633.zip hdf5-be02566f49f953bc80c5b5018871138e201ea633.tar.gz hdf5-be02566f49f953bc80c5b5018871138e201ea633.tar.bz2 |
Fixes indenting in tools test scripts
Diffstat (limited to 'tools/test/h5ls')
-rw-r--r-- | tools/test/h5ls/h5ls_plugin.sh.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/test/h5ls/h5ls_plugin.sh.in b/tools/test/h5ls/h5ls_plugin.sh.in index c89269d..28370e6 100644 --- a/tools/test/h5ls/h5ls_plugin.sh.in +++ b/tools/test/h5ls/h5ls_plugin.sh.in @@ -139,8 +139,8 @@ CLEAN_TESTFILES_AND_TESTDIR() # Print a $* message left justified in a field of 70 characters # MESSAGE() { - SPACES=" " - echo "$* $SPACES" | cut -c1-70 | tr -d '\012' + SPACES=" " + echo "$* $SPACES" | cut -c1-70 | tr -d '\012' } # Print a line-line message left justified in a field of 70 characters @@ -206,7 +206,7 @@ TOOLTEST() { echo "" fi elif [ ! -f $expect ]; then - # Create the expect file if it doesn't yet exist. + # Create the expect file if it doesn't yet exist. echo " CREATED" cp $actual $expect echo " Expected result (*.ls) missing" |