summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-07-21 10:14:33 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-07-21 10:14:33 +0200
commitad197ab1179e257f24ae95f54425812dd3ffd6cc (patch)
treeb75337e57a161b5f5e42694a7b0cb307f25999d7 /TAO
parent4e4a1260bc4bb65abdde4542cbdaba20e270ed45 (diff)
downloadATCD-ad197ab1179e257f24ae95f54425812dd3ffd6cc.tar.gz
Removed redundant whitespace
* ACE/ACEXML/parser/parser/Parser.cpp: * ACE/examples/ConfigViewer/ValueListCtrl.cpp: * ACE/tests/CDR_Array_Test.cpp: * TAO/TAO_IDL/be/be_interface.cpp: * TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.cpp:
Diffstat (limited to 'TAO')
-rw-r--r--TAO/TAO_IDL/be/be_interface.cpp2
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_interface.cpp b/TAO/TAO_IDL/be/be_interface.cpp
index 09379c3b6ee..af681500bcf 100644
--- a/TAO/TAO_IDL/be/be_interface.cpp
+++ b/TAO/TAO_IDL/be/be_interface.cpp
@@ -109,7 +109,7 @@ be_interface::be_interface (UTL_ScopedName *n,
|| nt == AST_Decl::NT_valuetype
|| nt == AST_Decl::NT_eventtype)
{
- return ;
+ return;
}
if (this->is_defined ())
diff --git a/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.cpp b/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.cpp
index 39826b3cdcb..b479801e745 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.cpp
+++ b/TAO/orbsvcs/tests/Notify/lib/Periodic_Consumer.cpp
@@ -139,7 +139,7 @@ TAO_Notify_Tests_Periodic_Consumer::check_priority (const CosNotification::Prope
ACE_TEXT ("TAO (%P|%t) - ")
ACE_TEXT (" ACE_Thread::get_prio\n")));
- return ;
+ return;
}
CORBA::Short native_priority = CORBA::Short (priority);