[xml-security-c] 14/23: Fix indentation 3

Ferenc Wágner wferi-guest at moszumanska.debian.org
Thu Jul 21 20:15:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to branch patch-queue/master
in repository xml-security-c.

commit f845f10076dac251b8bc52bd0618abfd08d820ac
Author: Ferenc Wágner <wferi at niif.hu>
Date:   Sun Jan 31 00:46:26 2016 +0100

    Fix indentation 3
---
 xsec/enc/OpenSSL/OpenSSLCryptoKeyEC.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xsec/enc/OpenSSL/OpenSSLCryptoKeyEC.cpp b/xsec/enc/OpenSSL/OpenSSLCryptoKeyEC.cpp
index 189bc0f..3233343 100644
--- a/xsec/enc/OpenSSL/OpenSSLCryptoKeyEC.cpp
+++ b/xsec/enc/OpenSSL/OpenSSLCryptoKeyEC.cpp
@@ -307,8 +307,8 @@ XSECCryptoKey * OpenSSLCryptoKeyEC::clone() const {
 	XSECnew(ret, OpenSSLCryptoKeyEC);
 
 	ret->m_keyType = m_keyType;
-    if (mp_ecKey)
-        ret->mp_ecKey = EC_KEY_dup(mp_ecKey);
+	if (mp_ecKey)
+		ret->mp_ecKey = EC_KEY_dup(mp_ecKey);
 
 	return ret;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xml-security-c.git



More information about the Pkg-shibboleth-devel mailing list