summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/OpenSSLPluginI.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2002-12-05 15:21:54 +0000
committerMichi Henning <michi@zeroc.com>2002-12-05 15:21:54 +0000
commit5b39a34fefc1745cba31cbef72389c0ca4c6b992 (patch)
tree44e05b51fc18dd8d9cace0efaa4754a725b61e24 /cpp/src/IceSSL/OpenSSLPluginI.cpp
parentFixed incorrect _kindOfObject assignments. (diff)
downloadice-5b39a34fefc1745cba31cbef72389c0ca4c6b992.tar.bz2
ice-5b39a34fefc1745cba31cbef72389c0ca4c6b992.tar.xz
ice-5b39a34fefc1745cba31cbef72389c0ca4c6b992.zip
Style fixes only.
Diffstat (limited to 'cpp/src/IceSSL/OpenSSLPluginI.cpp')
-rw-r--r--cpp/src/IceSSL/OpenSSLPluginI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/OpenSSLPluginI.cpp b/cpp/src/IceSSL/OpenSSLPluginI.cpp
index a59dbaf4fc9..b0592fa2fb3 100644
--- a/cpp/src/IceSSL/OpenSSLPluginI.cpp
+++ b/cpp/src/IceSSL/OpenSSLPluginI.cpp
@@ -85,7 +85,7 @@ create(const CommunicatorPtr& communicator, const string& name, const StringSeq&
// Can't throw from an extern "C" function
return 0;
}
- catch (...)
+ catch(...)
{
Ice::PluginPtr ptr = plugin; // Reclaim the plug-in instance