summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/IOR_MCast/MCast.idl
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/IOR_MCast/MCast.idl')
-rw-r--r--orbsvcs/tests/IOR_MCast/MCast.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/orbsvcs/tests/IOR_MCast/MCast.idl b/orbsvcs/tests/IOR_MCast/MCast.idl
index bd46594a6f4..44e31968528 100644
--- a/orbsvcs/tests/IOR_MCast/MCast.idl
+++ b/orbsvcs/tests/IOR_MCast/MCast.idl
@@ -2,7 +2,7 @@
module MCast
{
-
+
interface Server
{
// = TITLE
@@ -11,9 +11,9 @@ module MCast
// Prints out the status.
boolean connect_server ();
- // Return <true> if the server received the
+ // Return <true> if the server received the
// request from the client.
-
+
};
};