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

Unified Diff: Source/core/platform/graphics/FloatPoint3D.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/platform/graphics/FloatPoint.cpp ('k') | Source/core/platform/graphics/FloatPolygon.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/graphics/FloatPoint3D.h
diff --git a/Source/core/platform/graphics/FloatPoint3D.h b/Source/core/platform/graphics/FloatPoint3D.h
index 549606aed40b910ec5054e609e59785e6b593997..2a136c9ea488bc786089906c959003013a2b7bf2 100644
--- a/Source/core/platform/graphics/FloatPoint3D.h
+++ b/Source/core/platform/graphics/FloatPoint3D.h
@@ -120,7 +120,7 @@ public:
float lengthSquared() const { return this->dot(*this); }
float length() const { return sqrtf(lengthSquared()); }
-
+
float distanceTo(const FloatPoint3D& a) const;
private:
« no previous file with comments | « Source/core/platform/graphics/FloatPoint.cpp ('k') | Source/core/platform/graphics/FloatPolygon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698