diff options
Diffstat (limited to 'cs/demo/Ice/hello/Server.cs')
-rwxr-xr-x | cs/demo/Ice/hello/Server.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cs/demo/Ice/hello/Server.cs b/cs/demo/Ice/hello/Server.cs index 7ea1a19d5cf..d448fcb08dd 100755 --- a/cs/demo/Ice/hello/Server.cs +++ b/cs/demo/Ice/hello/Server.cs @@ -22,9 +22,9 @@ public class Server : Ice.Application { Server app = new Server(); int status = app.main(args, "config.server"); - if(status != 0) - { - System.Environment.Exit(status); - } + if(status != 0) + { + System.Environment.Exit(status); + } } } |