hdf5/examples
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
..
Attributes.txt [svn-r363] Added attribute example code. 1998-04-23 17:26:16 -05:00
h5_attribute.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5_chunk_read.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5_compound.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5_drivers.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5_dtransform.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5_extend_write.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5_group.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5_mount.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5_read.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5_reference.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5_select.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
h5_write.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
Makefile.am [svn-r11185] Purpose: 2005-08-02 12:59:03 -05:00
Makefile.in [svn-r11213] Purpose: 2005-08-08 12:30:23 -05:00
ph5example.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00