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

Unified Diff: Source/core/css/Rect.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/PropertySetCSSStyleDeclaration.cpp ('k') | Source/core/css/RuleSet.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/Rect.h
diff --git a/Source/core/css/Rect.h b/Source/core/css/Rect.h
index 0b6490b353b6aa0886370e66b7e340a969541a7a..21978cd15fa9790d4bd8bc72cc93fd4b6c1148b2 100644
--- a/Source/core/css/Rect.h
+++ b/Source/core/css/Rect.h
@@ -77,7 +77,7 @@ private:
class Rect : public RectBase, public RefCounted<Rect> {
public:
static PassRefPtr<Rect> create() { return adoptRef(new Rect); }
-
+
PassRefPtr<Rect> cloneForCSSOM() const { return adoptRef(new Rect(*this)); }
String cssText() const
@@ -105,7 +105,7 @@ private:
class Quad : public RectBase, public RefCounted<Quad> {
public:
static PassRefPtr<Quad> create() { return adoptRef(new Quad); }
-
+
PassRefPtr<Quad> cloneForCSSOM() const { return adoptRef(new Quad(*this)); }
String cssText() const
« no previous file with comments | « Source/core/css/PropertySetCSSStyleDeclaration.cpp ('k') | Source/core/css/RuleSet.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698