hdf5/c++/test
Quincey Koziol 6b45f5172c [svn-r11245] Purpose:
Code cleanup

Description:
    Trim trailing whitespace, which is making 'diff'ing the two branches
difficult.

Solution:
    Ran this script in each directory:

foreach f (*.[ch] *.cpp)
    sed 's/[[:blank:]]*$//' $f > sed.out && mv sed.out $f
end


Platforms tested:
    FreeBSD 4.11 (sleipnir)
    Too minor to require h5committest
2005-08-13 15:53:35 -05:00
..
dsets.cpp [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5cpputil.cpp [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5cpputil.h [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
Makefile.am [svn-r11179] Purpose: 2005-08-01 17:22:55 -05:00
Makefile.in [svn-r11213] Purpose: 2005-08-08 12:30:23 -05:00
tattr.cpp [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
testhdf5.cpp [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
tfile.cpp [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
th5s.cpp [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
th5s.h5