diff options
Diffstat (limited to 'cs/test/Ice/retry/RetryI.cs')
-rw-r--r-- | cs/test/Ice/retry/RetryI.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cs/test/Ice/retry/RetryI.cs b/cs/test/Ice/retry/RetryI.cs index de6d4172b1c..02954e9fcdd 100644 --- a/cs/test/Ice/retry/RetryI.cs +++ b/cs/test/Ice/retry/RetryI.cs @@ -18,9 +18,9 @@ public sealed class RetryI : Test.RetryDisp_ public override void op(bool kill, Ice.Current current) { if(kill) - { - current.con.close(true); - } + { + current.con.close(true); + } } public override void shutdown(Ice.Current current) |