hdf5/testpar
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
..
Makefile.am [svn-r11214] Purpose: 2005-08-08 13:16:00 -05:00
Makefile.in [svn-r11214] Purpose: 2005-08-08 13:16:00 -05:00
t_coll_chunk.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
t_dset.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
t_file.c [svn-r9727] Purpose: 2004-12-29 09:26:20 -05:00
t_fphdf5.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
t_mdset.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
t_mpi.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
t_ph5basic.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
t_span_tree.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
testpar.h [svn-r10125] Purpose: 2005-03-02 23:06:14 -05:00
testph5.sh.in [svn-r8161] Purpose: 2004-02-07 12:24:57 -05:00
testphdf5.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
testphdf5.h [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00