From 23cdfbc71e45a21634e95e80cc53b137c35c9506 Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Sun, 18 Feb 2018 22:05:33 +0100 Subject: [PATCH] whitespace cleanup --- gfx/thebes/gfxMacPlatformFontList.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/thebes/gfxMacPlatformFontList.mm b/gfx/thebes/gfxMacPlatformFontList.mm index b7db1b014..ab3543b2e 100644 --- a/gfx/thebes/gfxMacPlatformFontList.mm +++ b/gfx/thebes/gfxMacPlatformFontList.mm @@ -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.