[svn-r12440] Purpose:

Code cleanup

Description:
    Trim trailing whitespace in Makefile.am and C/C++ source files to make
diffing changes easier.

Platforms tested:
    None necessary, whitespace only change
This commit is contained in:
Quincey Koziol
2006-06-27 09:45:06 -05:00
parent 8d72542a50
commit 7be3afb278
151 changed files with 3182 additions and 3182 deletions

View File

@@ -255,7 +255,7 @@ H5std_string IdComponent::inMemFunc(const char* func_name) const
{
#ifdef H5_VMS
H5std_string full_name = fromClass();
full_name.append("::");
full_name.append("::");
full_name.append(func_name);
#else
H5std_string full_name = func_name;