summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Achtzehnter <joachima@netacquire.com>2020-08-21 12:59:39 -0700
committerJoachim Achtzehnter <joachima@netacquire.com>2020-08-21 12:59:39 -0700
commitbb1a6b377ac2bac441742698765a86dd87da398a (patch)
tree811996166ece5021faed6c369441cf7dd9060391
parent619cb4c55c8a66b1dcadfa4ee113f4c6865e3f55 (diff)
downloadATCD-bb1a6b377ac2bac441742698765a86dd87da398a.tar.gz
Removed trailing space
-rw-r--r--TAO/tests/CORBA_is_nil/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/CORBA_is_nil/client.cpp b/TAO/tests/CORBA_is_nil/client.cpp
index e65dfd22909..fbeca3f5006 100644
--- a/TAO/tests/CORBA_is_nil/client.cpp
+++ b/TAO/tests/CORBA_is_nil/client.cpp
@@ -73,7 +73,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
if (CORBA::is_nil(obj))
{
std::cout << "CORBA::is_nil(Hello_ptr) returned false!\n"
- << "CORBA::is_nil(Object_ptr) returned true!"
+ << "CORBA::is_nil(Object_ptr) returned true!"
<< std::endl;
}
CORBA::String_var aString = helloRef->get_string();