hdf5/tools/h5dump
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
..
h5dump.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5dump.h [svn-r7540] Purpose: 2003-10-05 16:19:38 -05:00
h5dumpgentest.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
Makefile.am [svn-r11185] Purpose: 2005-08-02 12:59:03 -05:00
Makefile.in [svn-r11213] Purpose: 2005-08-08 12:30:23 -05:00
testh5dump.sh.in [svn-r10637] Purpose: 2005-04-21 01:55:42 -05:00
testh5dumpxml.sh [svn-r9727] Purpose: 2004-12-29 09:26:20 -05:00