From 676f043338d6ea1853984098796ade73101eba4e Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Mon, 15 Dec 2014 11:12:24 +0100 Subject: [PATCH] style fix --- Crypto/include/Poco/Crypto/RSAKeyImpl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Crypto/include/Poco/Crypto/RSAKeyImpl.h b/Crypto/include/Poco/Crypto/RSAKeyImpl.h index 10c074b0d..f439a3d18 100644 --- a/Crypto/include/Poco/Crypto/RSAKeyImpl.h +++ b/Crypto/include/Poco/Crypto/RSAKeyImpl.h @@ -124,6 +124,7 @@ inline const RSA* RSAKeyImpl::getRSA() const return _pRSA; } + } } // namespace Poco::Crypto