hdf5/tools/h5diff
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-r15428] http://bugzilla.hdfgroup.uiuc.edu/show_bug.cgi?id=1170 2008-08-04 16:13:16 -05:00
h5diff_common.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5diff_common.h [svn-r14258] new feature: make h5diff use the same command line parsing code and syntax than h5dump 2007-11-13 16:40:23 -05:00
h5diff_main.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5diffgentest.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
Makefile.am
Makefile.in [svn-r15036] Bug fix. 2008-05-19 00:06:51 -05:00
ph5diff_main.c [svn-r14258] new feature: make h5diff use the same command line parsing code and syntax than h5dump 2007-11-13 16:40:23 -05:00
testh5diff.sh [svn-r15428] http://bugzilla.hdfgroup.uiuc.edu/show_bug.cgi?id=1170 2008-08-04 16:13:16 -05:00
testph5diff.sh