Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(548)

Unified Diff: third_party/WebKit/Source/platform/fonts/mac/FontPlatformDataMac.mm

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/fonts/mac/FontPlatformDataMac.mm
diff --git a/third_party/WebKit/Source/platform/fonts/mac/FontPlatformDataMac.mm b/third_party/WebKit/Source/platform/fonts/mac/FontPlatformDataMac.mm
index 223156aa3e27f657f4634df15e7ed5ced587f8e5..d3ce9423ac1eb179cdf0b64ec5aa322ae5748c64 100644
--- a/third_party/WebKit/Source/platform/fonts/mac/FontPlatformDataMac.mm
+++ b/third_party/WebKit/Source/platform/fonts/mac/FontPlatformDataMac.mm
@@ -43,8 +43,9 @@ static bool canLoadInProcess(NSFont* nsFont) {
CTFontCopyGraphicsFont(toCTFontRef(nsFont), 0));
// Toll-free bridged types CFStringRef and NSString*.
RetainPtr<NSString> fontName(
- AdoptNS, const_cast<NSString*>(reinterpret_cast<const NSString*>(
- CGFontCopyPostScriptName(cgFont.get()))));
+ AdoptNS,
+ const_cast<NSString*>(reinterpret_cast<const NSString*>(
+ CGFontCopyPostScriptName(cgFont.get()))));
return ![fontName.get() isEqualToString:@"LastResort"];
}

Powered by Google App Engine
This is Rietveld 408576698