aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPoint3.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkPoint3.h')
-rw-r--r--include/core/SkPoint3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPoint3.h b/include/core/SkPoint3.h
index af24a8df58..6f69f1c4ea 100644
--- a/include/core/SkPoint3.h
+++ b/include/core/SkPoint3.h
@@ -57,7 +57,7 @@ struct SK_API SkPoint3 {
/** Scale the point's coordinates by scale.
*/
- void scale(SkScalar value) {
+ void scale(SkScalar value) {
fX *= value;
fY *= value;
fZ *= value;