summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/LifeCycle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic/LifeCycle.cpp')
-rw-r--r--TAO/orbsvcs/tests/Notify/Basic/LifeCycle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/LifeCycle.cpp b/TAO/orbsvcs/tests/Notify/Basic/LifeCycle.cpp
index f0ce981c42e..4bb5813dbb1 100644
--- a/TAO/orbsvcs/tests/Notify/Basic/LifeCycle.cpp
+++ b/TAO/orbsvcs/tests/Notify/Basic/LifeCycle.cpp
@@ -43,7 +43,7 @@ LifeCycle::parse_args (int argc,
{
ACE_DEBUG ((LM_DEBUG,
"usage: %s "
- "-count testcount \n",
+ "-count testcount\n",
argv[0],
argv[0]));
@@ -92,7 +92,7 @@ LifeCycle::init (int argc, ACE_TCHAR *argv[])
if (CORBA::is_nil (notify_factory_.in ()))
{
ACE_ERROR ((LM_ERROR,
- " (%P|%t) Unable to locate Notify_Service \n"));
+ " (%P|%t) Unable to locate Notify_Service\n"));
return;
}