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

Unified Diff: Source/core/css/Counter.h

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/CSSValueList.idl ('k') | Source/core/css/MediaList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/Counter.h
diff --git a/Source/core/css/Counter.h b/Source/core/css/Counter.h
index e0998971d9bf53a130a722edfb81e00c00d43685..cb73a3dd36d8a46353cac8b3c41959eabe2fe20c 100644
--- a/Source/core/css/Counter.h
+++ b/Source/core/css/Counter.h
@@ -49,7 +49,7 @@ public:
&& listStyle() == other.listStyle()
&& separator() == other.separator();
}
-
+
PassRefPtr<Counter> cloneForCSSOM() const
{
return create(m_identifier ? m_identifier->cloneForCSSOM() : 0
« no previous file with comments | « Source/core/css/CSSValueList.idl ('k') | Source/core/css/MediaList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698