Index: Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp |
diff --git a/Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp b/Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp |
index fb589930d7ec6b4dbc44c3ac8a9fdd7146c9dc7d..6f4ea29b7f3dfd6fb8b480e3c88bc1882d652f12 100644 |
--- a/Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp |
+++ b/Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp |
@@ -114,4 +114,4 @@ bool FontCustomPlatformData::supportsFormat(const String& format) |
return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || OpenTypeSanitizer::supportsFormat(format); |
} |
-} |
+} // namespace blink |