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/src/IceSSL/ConfigParser.cpp | |
parent | comments (diff) | |
download | ice-364c465628189a4f3dee6eac54ff48825c48e681.tar.bz2 ice-364c465628189a4f3dee6eac54ff48825c48e681.tar.xz ice-364c465628189a4f3dee6eac54ff48825c48e681.zip |
removed spaces
Diffstat (limited to 'cpp/src/IceSSL/ConfigParser.cpp')
-rw-r--r-- | cpp/src/IceSSL/ConfigParser.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/IceSSL/ConfigParser.cpp b/cpp/src/IceSSL/ConfigParser.cpp index 9ce7ccbaf1f..befaa2f8dd5 100644 --- a/cpp/src/IceSSL/ConfigParser.cpp +++ b/cpp/src/IceSSL/ConfigParser.cpp @@ -121,7 +121,7 @@ IceSSL::ConfigParser::process() _root = parser.getDocument(); } } - catch (const XMLException& e) + catch(const XMLException& e) { ConfigParseException configEx(__FILE__, __LINE__); @@ -133,7 +133,7 @@ IceSSL::ConfigParser::process() throw configEx; } - catch (const DOM_DOMException& e) + catch(const DOM_DOMException& e) { ConfigParseException configEx(__FILE__, __LINE__); @@ -196,7 +196,7 @@ IceSSL::ConfigParser::loadClientConfig(GeneralConfig& general, return true; } } - catch (const DOM_DOMException& e) + catch(const DOM_DOMException& e) { ConfigParseException configEx(__FILE__, __LINE__); @@ -234,7 +234,7 @@ IceSSL::ConfigParser::loadServerConfig(GeneralConfig& general, return true; } } - catch (const DOM_DOMException& e) + catch(const DOM_DOMException& e) { ConfigParseException configEx(__FILE__, __LINE__); |