summaryrefslogtreecommitdiff
path: root/xmlsecurity/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-10-24 11:56:01 +0300
committerTor Lillqvist <tml@collabora.com>2016-10-24 17:25:41 +0300
commit5938596a3ea24f46e403f693d52aaab0770dfafa (patch)
tree498a4fe47cceeaa6cbb589d30e4cd7e70a1a8127 /xmlsecurity/source
parent0909b2ef68016e21e13cd676a2456e31776e9ec1 (diff)
Indentation fixes
Change-Id: Ie0116a7c9c51268204647499b26f4247e55e0523
Diffstat (limited to 'xmlsecurity/source')
-rw-r--r--xmlsecurity/source/helper/xsecparser.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmlsecurity/source/helper/xsecparser.cxx b/xmlsecurity/source/helper/xsecparser.cxx
index ac3eddfedeed..b9466c4fa0f1 100644
--- a/xmlsecurity/source/helper/xsecparser.cxx
+++ b/xmlsecurity/source/helper/xsecparser.cxx
@@ -210,9 +210,9 @@ void SAL_CALL XSecParser::endElement( const OUString& aName )
try
{
if (aName == TAG_DIGESTVALUE)
- {
- m_bInDigestValue = false;
- }
+ {
+ m_bInDigestValue = false;
+ }
else if ( aName == TAG_REFERENCE )
{
if ( m_bReferenceUnresolved )
@@ -233,7 +233,7 @@ void SAL_CALL XSecParser::endElement( const OUString& aName )
else if ( aName == TAG_SIGNATUREVALUE )
{
m_pXSecController->setSignatureValue( m_ouSignatureValue );
- m_bInSignatureValue = false;
+ m_bInSignatureValue = false;
}
else if (aName == TAG_X509ISSUERNAME)
{
@@ -253,7 +253,7 @@ void SAL_CALL XSecParser::endElement( const OUString& aName )
else if (aName == NSTAG_DC ":" TAG_DATE)
{
m_pXSecController->setDate( m_ouDate );
- m_bInDate = false;
+ m_bInDate = false;
}
else if (aName == NSTAG_DC ":" TAG_DESCRIPTION)
{