diff options
Diffstat (limited to 'cs/test/Ice/servantLocator/Client.cs')
-rwxr-xr-x | cs/test/Ice/servantLocator/Client.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cs/test/Ice/servantLocator/Client.cs b/cs/test/Ice/servantLocator/Client.cs index e926daaf993..f3f2297a6a8 100755 --- a/cs/test/Ice/servantLocator/Client.cs +++ b/cs/test/Ice/servantLocator/Client.cs @@ -15,8 +15,8 @@ public class Client { public override int run(string[] args) { - TestIntfPrx obj = AllTests.allTests(communicator(), false); - obj.shutdown(); + TestIntfPrx obj = AllTests.allTests(communicator(), false); + obj.shutdown(); return 0; } } @@ -25,9 +25,9 @@ public class Client { TestClient app = new TestClient(); int result = app.main(args); - if(result != 0) - { - System.Environment.Exit(result); - } + if(result != 0) + { + System.Environment.Exit(result); + } } } |