hdf5/examples
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
..
Attributes.txt [svn-r14218] Description: 2007-10-30 13:13:48 -05:00
h5_attribute.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5_chunk_read.c [svn-r14193] Description: 2007-10-08 14:59:36 -05:00
h5_compound.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
h5_drivers.c
h5_dtransform.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
h5_elink_unix2win.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5_extend_write.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
h5_extlink.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5_group.c [svn-r14224] Description: 2007-10-30 17:56:15 -05:00
h5_interm_group.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5_mount.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
h5_read.c [svn-r14193] Description: 2007-10-08 14:59:36 -05:00
h5_ref2reg.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5_reference.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
h5_select.c [svn-r14420] Description: 2008-01-15 16:10:42 -05:00
h5_shared_mesg.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
h5_write.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
Makefile.am [svn-r13633] Purpose 2007-04-11 00:17:13 -05:00
Makefile.in [svn-r15036] Bug fix. 2008-05-19 00:06:51 -05:00
ph5example.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
testh5cc.sh.in [svn-r13962] Purpose: 2007-07-10 15:26:42 -05:00