hdf5/tools/h5dump
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
..
binread.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5dump.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5dump.h [svn-r13874] 2007-06-18 15:03:30 -05:00
h5dumpgentest.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
Makefile.am [svn-r13264] Updated Makefile.am with new THG copyright notice. 2007-02-07 17:28:58 -05:00
Makefile.in [svn-r15036] Bug fix. 2008-05-19 00:06:51 -05:00
testh5dump.sh.in [svn-r14934] Add a test for the floating point user defined printf format 2008-05-05 15:06:22 -05:00
testh5dumpxml.sh.in [svn-r14200] added tests for XML output of attribute iteration orders (same calls as DDL ) 2007-10-11 13:47:55 -05:00