hdf5/perform
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
..
benchpar.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
chunk.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
gen_report.pl [svn-r11063] Purpose: 2005-07-11 16:49:55 -05:00
iopipe.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
Makefile.am [svn-r10560] Purpose: 2005-04-06 13:25:22 -05:00
Makefile.in [svn-r11213] Purpose: 2005-08-08 12:30:23 -05:00
mpi-perf.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
overhead.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
perf_meta.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
perf.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
pio_engine.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
pio_perf.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
pio_perf.h [svn-r11237] Purpose: 2005-08-13 10:21:22 -05:00
pio_standalone.c [svn-r11237] Purpose: 2005-08-13 10:21:22 -05:00
pio_standalone.h [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
pio_timer.c [svn-r11237] Purpose: 2005-08-13 10:21:22 -05:00
pio_timer.h [svn-r5729] Purpose: 2002-06-29 19:11:42 -05:00
zip_perf.c [svn-r11144] Purpose: 2005-07-22 20:55:12 -05:00