[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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user