summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/AsyncIOThread.cs
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2017-05-02 13:58:41 -0400
committerJoe George <joe@zeroc.com>2017-05-02 15:42:34 -0400
commitcd472ddf8bd8a9c2bcfc80e988e6db450ea7dbf9 (patch)
tree5dbc0bfc43e2c195ab7e7d819e1914611f943f1d /csharp/src/Ice/AsyncIOThread.cs
parentRemoved trailing whitespace generated by slice2js (diff)
downloadice-cd472ddf8bd8a9c2bcfc80e988e6db450ea7dbf9.tar.bz2
ice-cd472ddf8bd8a9c2bcfc80e988e6db450ea7dbf9.tar.xz
ice-cd472ddf8bd8a9c2bcfc80e988e6db450ea7dbf9.zip
Remove trailing whitespace
Diffstat (limited to 'csharp/src/Ice/AsyncIOThread.cs')
-rw-r--r--csharp/src/Ice/AsyncIOThread.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/csharp/src/Ice/AsyncIOThread.cs b/csharp/src/Ice/AsyncIOThread.cs
index c9d714a4074..7e080246bdb 100644
--- a/csharp/src/Ice/AsyncIOThread.cs
+++ b/csharp/src/Ice/AsyncIOThread.cs
@@ -33,9 +33,9 @@ namespace IceInternal
Ice.Instrumentation.CommunicatorObserver obsv = _instance.initializationData().observer;
if(obsv != null)
{
- _observer = obsv.getThreadObserver("Communicator",
- _thread.getName(),
- Ice.Instrumentation.ThreadState.ThreadStateIdle,
+ _observer = obsv.getThreadObserver("Communicator",
+ _thread.getName(),
+ Ice.Instrumentation.ThreadState.ThreadStateIdle,
_observer);
if(_observer != null)
{
@@ -83,7 +83,7 @@ namespace IceInternal
{
if(_observer != null && inUse)
{
- _observer.stateChanged(Ice.Instrumentation.ThreadState.ThreadStateInUseForIO,
+ _observer.stateChanged(Ice.Instrumentation.ThreadState.ThreadStateInUseForIO,
Ice.Instrumentation.ThreadState.ThreadStateIdle);
inUse = false;
}
@@ -104,7 +104,7 @@ namespace IceInternal
if(_observer != null)
{
- _observer.stateChanged(Ice.Instrumentation.ThreadState.ThreadStateIdle,
+ _observer.stateChanged(Ice.Instrumentation.ThreadState.ThreadStateIdle,
Ice.Instrumentation.ThreadState.ThreadStateInUseForIO);
inUse = true;
}