Index: Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp |
diff --git a/Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp b/Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp |
index fc4b4b51b40e4a5f19d6248980c5785383acefda..022bffaa418d915659cf58913afcbf81bcb7d109 100644 |
--- a/Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp |
+++ b/Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp |
@@ -80,4 +80,4 @@ bool FontCustomPlatformData::supportsFormat(const String& format) |
return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || OpenTypeSanitizer::supportsFormat(format); |
} |
-} |
+} // namespace blink |