Format comment per vim modeline.

git-svn-id: svn://10.0.0.236/trunk@209199 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brendan%mozilla.org 2006-09-05 19:35:12 +00:00
parent 9cd61530a5
commit f21d9f2410

View File

@ -2537,10 +2537,10 @@ GeneratePrefix(JSContext *cx, JSString *uri, JSXMLArray *decls)
/*
* If the namespace consisted only of non-XML names or names that begin
* case-insensitively with "xml", arbitrarily create a prefix consisting of
* 'a's of size length (allowing dp-calculating code to work with or without
* this branch executing) plus the space for storing a hyphen and the serial
* number (avoiding reallocation if a collision happens).
* case-insensitively with "xml", arbitrarily create a prefix consisting
* of 'a's of size length (allowing dp-calculating code to work with or
* without this branch executing) plus the space for storing a hyphen and
* the serial number (avoiding reallocation if a collision happens).
*/
bp = (jschar *) cp;
newlength = length;