From e1c3a91e589a11b4b7d4404f9d4dc0c78468ef34 Mon Sep 17 00:00:00 2001 From: "peterv%propagandism.org" Date: Wed, 2 Nov 2005 07:41:06 +0000 Subject: [PATCH] Move comment before function. git-svn-id: svn://10.0.0.236/trunk@183828 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/xslt/src/xml/txXMLUtils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/content/xslt/src/xml/txXMLUtils.h b/mozilla/content/xslt/src/xml/txXMLUtils.h index a82fe8adc0d..659ead7fa73 100644 --- a/mozilla/content/xslt/src/xml/txXMLUtils.h +++ b/mozilla/content/xslt/src/xml/txXMLUtils.h @@ -137,11 +137,11 @@ public: **/ static void normalizePIValue(nsAString& attValue); - static PRBool isValidQName(const nsAFlatString& aQName, - const PRUnichar** aColon) /** * Returns true if the given string is a valid XML QName */ + static PRBool isValidQName(const nsAFlatString& aQName, + const PRUnichar** aColon) { #ifdef TX_EXE const PRUnichar* end;