Bug 673499 - remove some trailing whitespace from js/src. r=jorendorff

This commit is contained in:
Tom Schuster
2012-05-19 21:56:17 +02:00
parent 4f8baecc9e
commit 5d91112a9a
108 changed files with 365 additions and 365 deletions

View File

@@ -596,7 +596,7 @@ js::XDRAtom(XDRState<mode> *xdr, JSAtom **atomp)
/*
* We must copy chars to a temporary buffer to convert between little and
* big endian data.
*/
*/
jschar *chars;
jschar stackChars[256];
if (nchars <= ArrayLength(stackChars)) {