whitespace cleanup

This commit is contained in:
Riccardo Mottola 2018-02-18 22:05:33 +01:00
parent ee391000d1
commit 23cdfbc71e
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ MacOSFontEntry::GetFontTable(uint32_t aTag)
ByteCount dataLength = 0;
if (!mIsDataUserFont || mIsLocalUserFont) TryGlobalFontTableCache();
// See if we already know how long the table is. This saves a potentially
// expensive call to ATSGetFontTable() to simply get the length.
// Essentially a hardcoded form of FindTagInTableDir; see below.