зеркало из https://github.com/mozilla/pjs.git
Whitespace tidy up
This commit is contained in:
Родитель
7151b55b0f
Коммит
a827c6c939
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче