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

Unified Diff: Source/core/css/StyleRule.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/StyleRule.h ('k') | Source/core/css/StyleRuleImport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/StyleRule.cpp
diff --git a/Source/core/css/StyleRule.cpp b/Source/core/css/StyleRule.cpp
index 82ac896e65a05de0f1605bd174e9f74208c75b6a..2979e181d90e3bb284e7a69bdd99ec363bd9d6ba 100644
--- a/Source/core/css/StyleRule.cpp
+++ b/Source/core/css/StyleRule.cpp
@@ -51,7 +51,7 @@ PassRefPtr<CSSRule> StyleRuleBase::createCSSOMWrapper(CSSStyleSheet* parentSheet
}
PassRefPtr<CSSRule> StyleRuleBase::createCSSOMWrapper(CSSRule* parentRule) const
-{
+{
return createCSSOMWrapper(0, parentRule);
}
@@ -215,7 +215,7 @@ MutableStylePropertySet* StyleRule::mutableProperties()
}
void StyleRule::setProperties(PassRefPtr<StylePropertySet> properties)
-{
+{
m_properties = properties;
}
@@ -243,7 +243,7 @@ MutableStylePropertySet* StyleRulePage::mutableProperties()
}
void StyleRulePage::setProperties(PassRefPtr<StylePropertySet> properties)
-{
+{
m_properties = properties;
}
@@ -270,7 +270,7 @@ MutableStylePropertySet* StyleRuleFontFace::mutableProperties()
}
void StyleRuleFontFace::setProperties(PassRefPtr<StylePropertySet> properties)
-{
+{
m_properties = properties;
}
@@ -292,7 +292,7 @@ void StyleRuleGroup::wrapperInsertRule(unsigned index, PassRefPtr<StyleRuleBase>
{
m_childRules.insert(index, rule);
}
-
+
void StyleRuleGroup::wrapperRemoveRule(unsigned index)
{
m_childRules.remove(index);
« no previous file with comments | « Source/core/css/StyleRule.h ('k') | Source/core/css/StyleRuleImport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698