summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/inheritance/ICI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/inheritance/ICI.cs')
-rw-r--r--csharp/test/Ice/inheritance/ICI.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/csharp/test/Ice/inheritance/ICI.cs b/csharp/test/Ice/inheritance/ICI.cs
index 1346e51db28..8ce3ecc9022 100644
--- a/csharp/test/Ice/inheritance/ICI.cs
+++ b/csharp/test/Ice/inheritance/ICI.cs
@@ -12,22 +12,22 @@ public sealed class ICI : Test.MA.ICDisp_
public ICI()
{
}
-
+
public override Test.MA.IAPrx iaop(Test.MA.IAPrx p, Ice.Current current)
{
return p;
}
-
+
public override Test.MA.ICPrx icop(Test.MA.ICPrx p, Ice.Current current)
{
return p;
}
-
+
public override Test.MB.IB1Prx ib1op(Test.MB.IB1Prx p, Ice.Current current)
{
return p;
}
-
+
public override Test.MB.IB2Prx ib2op(Test.MB.IB2Prx p, Ice.Current current)
{
return p;