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

Unified Diff: Source/core/css/CSSGroupingRule.cpp

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 5 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
« no previous file with comments | « Source/core/css/CSSGroupingRule.h ('k') | Source/core/css/CSSHostRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSGroupingRule.cpp
diff --git a/Source/core/css/CSSGroupingRule.cpp b/Source/core/css/CSSGroupingRule.cpp
index f41c1861b9cfd3563ff46692c7741bbd4a75a1c3..0d62e42d7b04068fba8eb9dc63d267d3e5f9e452 100644
--- a/Source/core/css/CSSGroupingRule.cpp
+++ b/Source/core/css/CSSGroupingRule.cpp
@@ -126,12 +126,12 @@ void CSSGroupingRule::appendCssTextForItems(StringBuilder& result) const
}
unsigned CSSGroupingRule::length() const
-{
- return m_groupRule->childRules().size();
+{
+ return m_groupRule->childRules().size();
}
CSSRule* CSSGroupingRule::item(unsigned index) const
-{
+{
if (index >= length())
return 0;
ASSERT(m_childRuleCSSOMWrappers.size() == m_groupRule->childRules().size());
« no previous file with comments | « Source/core/css/CSSGroupingRule.h ('k') | Source/core/css/CSSHostRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698