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

Unified Diff: third_party/WebKit/Source/core/css/CSSPropertySourceData.h

Issue 2392343005: Reflow comments in core/css (Closed)
Patch Set: Revert clang-format Created 4 years, 2 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/CSSPropertySourceData.h
diff --git a/third_party/WebKit/Source/core/css/CSSPropertySourceData.h b/third_party/WebKit/Source/core/css/CSSPropertySourceData.h
index 3025bb7f7857652498021360d200c16d22c8f89e..ae549c1ab34b1b80754f900fe734dc4788c82cbe 100644
--- a/third_party/WebKit/Source/core/css/CSSPropertySourceData.h
+++ b/third_party/WebKit/Source/core/css/CSSPropertySourceData.h
@@ -146,7 +146,8 @@ class CSSRuleSourceData : public RefCounted<CSSRuleSourceData> {
// Range of the selector list in the enclosing source.
SourceRange ruleHeaderRange;
- // Range of the rule body (e.g. style text for style rules) in the enclosing source.
+ // Range of the rule body (e.g. style text for style rules) in the enclosing
+ // source.
SourceRange ruleBodyRange;
// Only for CSSStyleRules.

Powered by Google App Engine
This is Rietveld 408576698