diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-10-01 11:03:30 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-10-01 11:03:30 +0200 |
commit | 3ccc64ae7aa01585ce754a0dfe4d43e2ddf775c9 (patch) | |
tree | cc0d4dfadcb570be2c5562c6dc65b3afa5663dff /cpp/src/IceBox/Admin.cpp | |
parent | Fix python Ice/info test failure (diff) | |
download | ice-3ccc64ae7aa01585ce754a0dfe4d43e2ddf775c9.tar.bz2 ice-3ccc64ae7aa01585ce754a0dfe4d43e2ddf775c9.tar.xz ice-3ccc64ae7aa01585ce754a0dfe4d43e2ddf775c9.zip |
Fix whitespaces
Diffstat (limited to 'cpp/src/IceBox/Admin.cpp')
-rw-r--r-- | cpp/src/IceBox/Admin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceBox/Admin.cpp b/cpp/src/IceBox/Admin.cpp index e679c1ed9f2..9cedf630c0b 100644 --- a/cpp/src/IceBox/Admin.cpp +++ b/cpp/src/IceBox/Admin.cpp @@ -34,7 +34,7 @@ main(int argc, char* argv[]) #endif { int status = 0; - + try { Ice::CtrlCHandler ctrlCHandler; |