diff options
author | Marc Laukien <marc@zeroc.com> | 2002-06-25 18:03:20 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-06-25 18:03:20 +0000 |
commit | 364c465628189a4f3dee6eac54ff48825c48e681 (patch) | |
tree | a7d51101d0fdfef43601b48965c2935059e617b6 /cpp/test/IceSSL/configuration/Configuration.cpp | |
parent | comments (diff) | |
download | ice-364c465628189a4f3dee6eac54ff48825c48e681.tar.bz2 ice-364c465628189a4f3dee6eac54ff48825c48e681.tar.xz ice-364c465628189a4f3dee6eac54ff48825c48e681.zip |
removed spaces
Diffstat (limited to 'cpp/test/IceSSL/configuration/Configuration.cpp')
-rw-r--r-- | cpp/test/IceSSL/configuration/Configuration.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceSSL/configuration/Configuration.cpp b/cpp/test/IceSSL/configuration/Configuration.cpp index f75d76a12e3..6b1cea2438a 100644 --- a/cpp/test/IceSSL/configuration/Configuration.cpp +++ b/cpp/test/IceSSL/configuration/Configuration.cpp @@ -102,7 +102,7 @@ testContextWithConfig(const Ice::CommunicatorPtr& communicator, std::cout << "ok" << std::endl; } } - catch (const IceSSL::ConfigurationLoadingException&) + catch(const IceSSL::ConfigurationLoadingException&) { // // Depending on the context type, and if we supplied @@ -151,7 +151,7 @@ testContextWithConfig(const Ice::CommunicatorPtr& communicator, } } } - catch (const LocalException&) + catch(const LocalException&) { // // Any other exception is bad. |