hdf5/tools/h5repack
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-r15458] Purpose: Modify the library to take the proper action when files with incorrect 2008-08-11 10:16:34 -05:00
h5repack_copy.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5repack_filters.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5repack_main.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5repack_opttable.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5repack_parse.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5repack_refs.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5repack_verify.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5repack.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5repack.h [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5repack.sh.in [svn-r15557] bug fix: the -m flag add a long description of "--threshold" that was changed to "--minimum" because "--threshold" now refers to the threshold parameter for H5Pset_alignment 2008-08-29 15:06:10 -05:00
h5repacktst.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
Makefile.am [svn-r14299] new feature: add support for h5repack to handle several global filters 2007-11-28 15:30:43 -05:00
Makefile.in [svn-r15036] Bug fix. 2008-05-19 00:06:51 -05:00
testh5repack_detect_szip.c [svn-r15462] Description: 2008-08-12 07:46:40 -05:00