diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-01-18 17:10:56 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-01-18 17:10:56 (GMT) |
commit | e4b314c47c1c50b326c5f72254a662c284a26b97 (patch) | |
tree | b285919a49150c86a2e04838176d481df32d8461 | |
parent | a8e9126054e555d7e8239471d4d8a9ed0d282bed (diff) | |
download | hdf5-e4b314c47c1c50b326c5f72254a662c284a26b97.zip hdf5-e4b314c47c1c50b326c5f72254a662c284a26b97.tar.gz hdf5-e4b314c47c1c50b326c5f72254a662c284a26b97.tar.bz2 |
Fix indentation
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 0488c9b..cb41b5e 100644 --- a/configure.ac +++ b/configure.ac @@ -3359,7 +3359,7 @@ AC_CONFIG_FILES([src/libhdf5.settings test/Makefile test/testcheck_version.sh test/testerror.sh - test/testflushrefresh.sh + test/testflushrefresh.sh test/H5srcdir_str.h test/testlibinfo.sh test/testlinks_env.sh @@ -3406,7 +3406,7 @@ AC_CONFIG_FILES([src/libhdf5.settings tools/test/h5copy/Makefile tools/test/h5copy/testh5copy.sh tools/test/misc/Makefile - tools/test/misc/testh5clear.sh + tools/test/misc/testh5clear.sh tools/test/misc/testh5mkgrp.sh tools/test/misc/testh5repart.sh tools/test/misc/vds/Makefile @@ -3454,7 +3454,7 @@ AC_CONFIG_FILES([src/libhdf5.settings hl/tools/Makefile hl/tools/gif2h5/Makefile hl/tools/gif2h5/h52giftest.sh - hl/tools/h5watch/Makefile + hl/tools/h5watch/Makefile hl/tools/h5watch/testh5watch.sh hl/examples/Makefile hl/examples/run-hlc-ex.sh |