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

Unified Diff: third_party/WebKit/Source/core/css/CSSFontFaceSourceTest.cpp

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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/core/css/CSSFontFaceSourceTest.cpp
diff --git a/third_party/WebKit/Source/core/css/CSSFontFaceSourceTest.cpp b/third_party/WebKit/Source/core/css/CSSFontFaceSourceTest.cpp
index c0ea616e51824fb8243a931b2f1e681c5406e3cb..dd9f93d03131fd89d620a26ff2da6adaa1fc7bdb 100644
--- a/third_party/WebKit/Source/core/css/CSSFontFaceSourceTest.cpp
+++ b/third_party/WebKit/Source/core/css/CSSFontFaceSourceTest.cpp
@@ -38,7 +38,7 @@ unsigned SimulateHashCalculation(float size) {
font_description.SetAdjustedSize(size);
return font_description.CacheKey(FontFaceCreationParams()).GetHash();
}
-}
+} // namespace
TEST(CSSFontFaceSourceTest, HashCollision) {
DummyFontFaceSource font_face_source;

Powered by Google App Engine
This is Rietveld 408576698