summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/IDL3/ImpliedIDL/Homes/Homes.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/IDL3/ImpliedIDL/Homes/Homes.idl')
-rw-r--r--TAO/CIAO/tests/IDL3/ImpliedIDL/Homes/Homes.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/CIAO/tests/IDL3/ImpliedIDL/Homes/Homes.idl b/TAO/CIAO/tests/IDL3/ImpliedIDL/Homes/Homes.idl
index 3440458b4b2..8c781e8fea4 100644
--- a/TAO/CIAO/tests/IDL3/ImpliedIDL/Homes/Homes.idl
+++ b/TAO/CIAO/tests/IDL3/ImpliedIDL/Homes/Homes.idl
@@ -2,7 +2,7 @@
/**
* @file Homes.idl
* @author Will Otte <wotte@dre.vanderbilt.edu>
- *
+ *
* Tests equivalent IDL semantics for Homes
*/
@@ -13,7 +13,7 @@ module ImplicitHomes
component Foo
{
};
-
+
home FooHome manages Foo
{
};