summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/inheritance/IB1I.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/inheritance/IB1I.cs')
-rw-r--r--csharp/test/Ice/inheritance/IB1I.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/test/Ice/inheritance/IB1I.cs b/csharp/test/Ice/inheritance/IB1I.cs
index fd9f39f2366..a03b0a15975 100644
--- a/csharp/test/Ice/inheritance/IB1I.cs
+++ b/csharp/test/Ice/inheritance/IB1I.cs
@@ -12,12 +12,12 @@ public sealed class IB1I : Test.MB.IB1Disp_
public IB1I()
{
}
-
+
public override Test.MA.IAPrx iaop(Test.MA.IAPrx p, Ice.Current current)
{
return p;
}
-
+
public override Test.MB.IB1Prx ib1op(Test.MB.IB1Prx p, Ice.Current current)
{
return p;