summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/CIDL/CodeGen/Basic.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/CIDL/CodeGen/Basic.idl')
-rw-r--r--TAO/CIAO/tests/CIDL/CodeGen/Basic.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/CIAO/tests/CIDL/CodeGen/Basic.idl b/TAO/CIAO/tests/CIDL/CodeGen/Basic.idl
index 2d8ab209e5a..8b45f9e9c75 100644
--- a/TAO/CIAO/tests/CIDL/CodeGen/Basic.idl
+++ b/TAO/CIAO/tests/CIDL/CodeGen/Basic.idl
@@ -27,7 +27,7 @@ module Extra
long superfluous_op (in string empty_arg)
raises (NoReason);
};
-
+
interface Supernumerary
{
void supernumerary_op (out string dummy_arg)
@@ -39,11 +39,11 @@ module Extra
module Basic
{
- interface ReadData : Extra::Superfluous
+ interface ReadData : Extra::Superfluous
{
string get_data ();
};
-
+
interface AnalyzeData
{
void perform_analysis (inout string data);