hdf5/tools/h5import
Quincey Koziol bdd7d59902 [svn-r15628] Description:
Remove trailing whitespace from C/C++ source files, with the following
script:

    foreach f (*.[ch] *.cpp)
        sed 's/[[:blank:]]*$//' $f > sed.out && mv sed.out $f
    end

Tested on:
    Mac OS X/32 10.5.5 (amazon)
    No need for h5committest, just whitespace changes...
2008-09-16 10:52:51 -05:00
..
testfiles [svn-r14903] Undoing change committed in r14902. 2008-04-30 14:51:13 -05:00
h5import.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5import.h [svn-r14039] 2007-08-07 11:19:11 -05:00
h5importtest.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5importtestutil.sh [svn-r14903] Undoing change committed in r14902. 2008-04-30 14:51:13 -05:00
Makefile.am [svn-r14470] Purpose: Fixing configure problem on IRIX64. 2008-01-30 09:07:18 -05:00
Makefile.in [svn-r15036] Bug fix. 2008-05-19 00:06:51 -05:00