summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/Union_Forward_Test/client.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-17 08:35:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-17 08:35:56 +0000
commitbdd31e4d7374fb4f1cbb745021e90dd9f2e8e6d2 (patch)
tree24d08fa33165c20198fe9658efe3bda6fbe292ac /TAO/orbsvcs/tests/InterfaceRepo/Union_Forward_Test/client.cpp
parente8cc76aad5f556c77963836aacfe813876795059 (diff)
downloadATCD-bdd31e4d7374fb4f1cbb745021e90dd9f2e8e6d2.tar.gz
Removed trailing whitespaces
Diffstat (limited to 'TAO/orbsvcs/tests/InterfaceRepo/Union_Forward_Test/client.cpp')
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/Union_Forward_Test/client.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Union_Forward_Test/client.cpp b/TAO/orbsvcs/tests/InterfaceRepo/Union_Forward_Test/client.cpp
index f26859c4528..b88aec910d0 100644
--- a/TAO/orbsvcs/tests/InterfaceRepo/Union_Forward_Test/client.cpp
+++ b/TAO/orbsvcs/tests/InterfaceRepo/Union_Forward_Test/client.cpp
@@ -12,7 +12,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
CORBA::ORB_var orb = CORBA::ORB_init (argc, argv);
- TAO_IFR_Client_Adapter *ifr_client =
+ TAO_IFR_Client_Adapter *ifr_client =
ACE_Dynamic_Service<TAO_IFR_Client_Adapter>::instance (
TAO_ORB_Core::ifr_client_adapter_name ());
@@ -32,11 +32,11 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
"get interface returned nil ref\n"),
1);
}
-
+
CORBA::ContainedSeq_var attributes =
intDef->contents (CORBA::dk_Attribute, 1);
CORBA::ULong n_ats = attributes->length ();
-
+
CORBA::ULong index = 0UL;
CORBA::String_var name = attributes[index]->name ();
ACE_DEBUG ((LM_DEBUG,