summaryrefslogtreecommitdiff
path: root/ace/Configuration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Configuration.cpp')
-rw-r--r--ace/Configuration.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Configuration.cpp b/ace/Configuration.cpp
index c4ee9bc94e3..8a74f4aaa21 100644
--- a/ace/Configuration.cpp
+++ b/ace/Configuration.cpp
@@ -247,7 +247,7 @@ ACE_Configuration::validate_value_name (const ACE_TCHAR* name)
{
if (name == 0 || *name == this->NULL_String_)
return 0;
-
+
return this->validate_name (name);
}
@@ -1853,7 +1853,7 @@ ACE_Configuration_Heap::set_string_value (const ACE_Configuration_Section_Key& k
else
{
// it doesn't exist, bind it
- ACE_TCHAR* pers_name =
+ ACE_TCHAR* pers_name =
(ACE_TCHAR *) allocator_->malloc ((ACE_OS::strlen (t_name) + 1) * sizeof (ACE_TCHAR));
ACE_OS::strcpy (pers_name, t_name);
ACE_TCHAR* pers_value =