From e29b961e903470b97a347a9c05038638c3ea6d6a Mon Sep 17 00:00:00 2001 From: "peter%propagandism.org" Date: Tue, 18 Nov 2003 23:19:53 +0000 Subject: [PATCH] Fix whitespace. git-svn-id: svn://10.0.0.236/trunk@149517 18797224-902f-48f8-a5cc-f745e15eee43 --- .../transformiix/source/xpath/txMozillaXPathTreeWalker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/extensions/transformiix/source/xpath/txMozillaXPathTreeWalker.cpp b/mozilla/extensions/transformiix/source/xpath/txMozillaXPathTreeWalker.cpp index 798ea931855..dc889a7e888 100644 --- a/mozilla/extensions/transformiix/source/xpath/txMozillaXPathTreeWalker.cpp +++ b/mozilla/extensions/transformiix/source/xpath/txMozillaXPathTreeWalker.cpp @@ -690,7 +690,7 @@ txXPathNodeUtils::getXSLTId(const txXPathNode& aNode, { if (aNode.isDocument()) { CopyASCIItoUTF16(nsPrintfCString(kFmtSize, gPrintfFmt, - aNode.mDocument), aResult); + aNode.mDocument), aResult); return NS_OK; }