[xml-security-c] 16/23: Fix indentation 4

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 70b5d53a89c1eefe19c55a4b2559cf00d8204877
Author: Ferenc Wágner <wferi at niif.hu>
Date:   Sun Jan 31 00:59:52 2016 +0100

    Fix indentation 4
---
 xsec/tools/c14n/c14n.cpp | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/xsec/tools/c14n/c14n.cpp b/xsec/tools/c14n/c14n.cpp
index c3415e9..16315cc 100644
--- a/xsec/tools/c14n/c14n.cpp
+++ b/xsec/tools/c14n/c14n.cpp
@@ -179,17 +179,17 @@ int main(int argc, char **argv) {
     }
 
 	// Create the canonicalizer
-    XSECC14n20010315* canon=NULL;
-    if (subtree)
-	    canon = new XSECC14n20010315(theDOM, subtree);
-    else
-        canon = new XSECC14n20010315(theDOM);
+	XSECC14n20010315* canon=NULL;
+	if (subtree)
+		canon = new XSECC14n20010315(theDOM, subtree);
+	else
+		canon = new XSECC14n20010315(theDOM);
 	canon->setCommentsProcessing(printComments);
 	canon->setUseNamespaceStack(true);
-    if (inclusive11)
-        canon->setInclusive11();
-    else if (exclusive)
-        canon->setExclusive();
+	if (inclusive11)
+		canon->setInclusive11();
+	else if (exclusive)
+		canon->setExclusive();
 
 	// canon->XPathSelectNodes("(/descendant-or-self::node() | /descendant-or-self::node()/attribute::* | /descendant-or-self::node()/namespace::*)[ self::ietf:e1 or (parent::ietf:e1 and not(self::text() or self::e2)) or count (id(\"E3\") | ancestor-or-self::node()) = count (ancestor-or-self::node())]");
 

-- 
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