summaryrefslogtreecommitdiff
path: root/CIAO/tests
diff options
context:
space:
mode:
authormhengstmengel <mhengstmengel@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-11-15 12:26:06 +0000
committermhengstmengel <mhengstmengel@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-11-15 12:26:06 +0000
commit3f59085cb717fa7422bb938ae9534c30bdd407de (patch)
treef294b277db046e5746c2add7b5011ffbf5a6de0f /CIAO/tests
parentc20c9594612eac54c8745265f17c52a9d20b3e20 (diff)
downloadATCD-3f59085cb717fa7422bb938ae9534c30bdd407de.tar.gz
remove trailing space
Diffstat (limited to 'CIAO/tests')
-rw-r--r--CIAO/tests/IDL_Test/NonTopic_Connector/NonTopic_Base.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/tests/IDL_Test/NonTopic_Connector/NonTopic_Base.idl b/CIAO/tests/IDL_Test/NonTopic_Connector/NonTopic_Base.idl
index e0b2d2b04bb..d1bdf03a155 100644
--- a/CIAO/tests/IDL_Test/NonTopic_Connector/NonTopic_Base.idl
+++ b/CIAO/tests/IDL_Test/NonTopic_Connector/NonTopic_Base.idl
@@ -11,7 +11,7 @@
//Variable length structure
struct X {
- string color;
+ string color;
long a;
long b;
};