summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl')
-rw-r--r--TAO/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl b/TAO/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl
index 7af66e50e8c..56681c3a5cb 100644
--- a/TAO/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl
+++ b/TAO/CIAO/tests/IDL3/ImpliedIDL/Components/Receptacles/ICReceptacles.idl
@@ -2,7 +2,7 @@
/**
* @file ICReceptacles.idl
* @author Will Otte <wotte@dre.vanderbilt.edu>
- *
+ *
* Tests equivalent idl for receptacles.
*/
#include <Components.idl>
@@ -12,12 +12,12 @@ module EquivReceptacles
interface foo_interface
{
};
-
- component Foo
+
+ component Foo
{
uses multiple foo_interface foo_recep;
};
-
+
/**
interface bar
{