summaryrefslogtreecommitdiff
path: root/ACE/ace/Monitor_Point_Registry.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-17 07:52:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-17 07:52:52 +0000
commite60a5d9d9b55bcb774031e36f9ea96a5a8a6045d (patch)
tree6e47dd26396eea92224f8ecd241b3c96f7531c42 /ACE/ace/Monitor_Point_Registry.cpp
parent447b29bb6ee55ceb53aca914041c801baf05baa9 (diff)
downloadATCD-e60a5d9d9b55bcb774031e36f9ea96a5a8a6045d.tar.gz
Removed trailing whitespaces
Diffstat (limited to 'ACE/ace/Monitor_Point_Registry.cpp')
-rw-r--r--ACE/ace/Monitor_Point_Registry.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Monitor_Point_Registry.cpp b/ACE/ace/Monitor_Point_Registry.cpp
index 03ea39be4ba..a451484b846 100644
--- a/ACE/ace/Monitor_Point_Registry.cpp
+++ b/ACE/ace/Monitor_Point_Registry.cpp
@@ -42,7 +42,7 @@ namespace ACE
type->add_ref ();
status = this->map_.bind (type->name (), type);
-
+
/// Temporary debugging code.
// ACE_DEBUG ((LM_DEBUG, "adding %s\n", type->name ()));
}
@@ -75,7 +75,7 @@ namespace ACE
ACE_CString name_str (name, 0, false);
status = this->map_.unbind (name_str, mp);
-
+
/// Temporary debugging code.
// ACE_DEBUG ((LM_DEBUG, "removing %s\n", name_str.c_str ()));
}