summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/ProcessI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Ice/ProcessI.cs')
-rw-r--r--csharp/src/Ice/ProcessI.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/csharp/src/Ice/ProcessI.cs b/csharp/src/Ice/ProcessI.cs
index 1cd4e744f11..18e30d7c079 100644
--- a/csharp/src/Ice/ProcessI.cs
+++ b/csharp/src/Ice/ProcessI.cs
@@ -20,7 +20,7 @@ namespace IceInternal
{
_communicator.shutdown();
}
-
+
public override void writeMessage(string message, int fd, Ice.Current current)
{
switch(fd)
@@ -36,8 +36,8 @@ namespace IceInternal
break;
}
}
- }
-
+ }
+
private Ice.Communicator _communicator;
}
}