[svn-r18197] Description:

Trim trailing whitespace from source code files with this command:

find . \( -name "*.[ch]" -or -name "*.cpp" -or -name "*.f90" \) -print |xargs -n 1 sed -i "" 's/[[:blank:]]*$//'

Tested on:
    None - eyeballed only
This commit is contained in:
Quincey Koziol
2010-01-29 23:29:13 -05:00
parent 35b0159a0a
commit fd70b2afa8
194 changed files with 12009 additions and 12009 deletions

View File

@@ -424,7 +424,7 @@ void H5Object::reference(void* ref, const H5std_string& name) const
// Function: H5Object::p_dereference (protected)
// Purpose Dereference a ref into an hdf5 object.
// Parameters
// loc_id - IN: An hdf5 identifier specifying the location of the
// loc_id - IN: An hdf5 identifier specifying the location of the
// referenced object
// ref - IN: Reference pointer
// ref_type - IN: Reference type