hdf5/tools
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
..
h5copy [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5diff [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5dump [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5import [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5jam [svn-r15314] moved h5jam test files to tools/h5jam/testfiles 2008-07-03 08:32:39 -05:00
h5ls [svn-r15438] Purpose: Bring the Windows H5pubconf.h up-to-date 2008-08-06 12:18:47 -05:00
h5repack [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5stat [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
lib [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
misc [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
testfiles [svn-r15458] Purpose: Modify the library to take the proper action when files with incorrect 2008-08-11 10:16:34 -05:00
COPYING
Makefile.am
Makefile.in