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

Unified Diff: third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h

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/style/StyleRareNonInheritedData.h
diff --git a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
index fe966f6e50976159cdb14019796f4fe422cdf7a9..3e208536674dee13b6f69d75fe4fec8e40f422d9 100644
--- a/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
+++ b/third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h
@@ -168,7 +168,7 @@ class CORE_EXPORT StyleRareNonInheritedData
// truncated with "..."
unsigned margin_before_collapse_ : 2; // EMarginCollapse
unsigned margin_after_collapse_ : 2; // EMarginCollapse
- unsigned appearance_ : 6; // EAppearance
+ unsigned appearance_ : 6; // EAppearance
unsigned text_decoration_style_ : 3; // TextDecorationStyle

Powered by Google App Engine
This is Rietveld 408576698