mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
6b45f5172c
Code cleanup Description: Trim trailing whitespace, which is making 'diff'ing the two branches difficult. Solution: Ran this script in each directory: foreach f (*.[ch] *.cpp) sed 's/[[:blank:]]*$//' $f > sed.out && mv sed.out $f end Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest |
||
---|---|---|
.. | ||
testfiles | ||
h5import.c | ||
h5import.h | ||
h5importtest.c | ||
h5importtestutil.sh | ||
Makefile.am | ||
Makefile.in |