hdf5/tools/h5import
Quincey Koziol 6b45f5172c [svn-r11245] Purpose:
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
2005-08-13 15:53:35 -05:00
..
testfiles [svn-r6583] 2003-04-03 15:00:42 -05:00
h5import.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5import.h [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5importtest.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5importtestutil.sh [svn-r6846] Purpose: 2003-05-12 10:56:49 -05:00
Makefile.am [svn-r9993] Purpose: 2005-02-11 16:32:22 -05:00
Makefile.in [svn-r11213] Purpose: 2005-08-08 12:30:23 -05:00