From a827c6c93956dc891d06439df5bff07ef077a9c7 Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Tue, 8 Sep 1998 23:51:54 +0000 Subject: [PATCH] Whitespace tidy up --- gfx/src/motif/nsFontMetricsUnix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/src/motif/nsFontMetricsUnix.cpp b/gfx/src/motif/nsFontMetricsUnix.cpp index b471edf77e7..8f3a09bad2a 100644 --- a/gfx/src/motif/nsFontMetricsUnix.cpp +++ b/gfx/src/motif/nsFontMetricsUnix.cpp @@ -319,7 +319,7 @@ NS_IMETHODIMP nsFontMetricsUnix :: GetWidth(const PRUnichar *aString, PRUint32 i ; PRUint32 desiredSize = sizeof(XChar2b) * aLength; - // Make the temporary buffer larger if needed. + // Make the temporary buffer larger if needed. if (nsnull == mXstring) { mXstring = (XChar2b *) PR_Malloc(desiredSize); mXstringSize = desiredSize;