hdf5/c++/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
..
chunks.cpp [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
compound.cpp [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
create.cpp [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
expected.out [svn-r13881] Purpose: Updated C++ examples expected output 2007-06-19 12:12:01 -05:00
extend_ds.cpp [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
h5group.cpp [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
Makefile.am [svn-r15036] Bug fix. 2008-05-19 00:06:51 -05:00
Makefile.in [svn-r15036] Bug fix. 2008-05-19 00:06:51 -05:00
readdata.cpp [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
testh5c++.sh.in [svn-r13964] Purpose: 2007-07-11 16:01:34 -05:00
writedata.cpp [svn-r14424] Description: 2008-01-15 21:31:19 -05:00