aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-12 03:02:04 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-12 03:02:04 +0000
commit877c44956dceff038c0e315c8d311b0d581f2680 (patch)
tree427ee894057f691058cf47afb64bfb8967788f12 /include
parent6fe16a3db00c14c813d74ce7a82dc7ad7b333e8c (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@13418 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/core/SkPath.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkPath.h b/include/core/SkPath.h
index ca30018306..0f43fe8e3d 100644
--- a/include/core/SkPath.h
+++ b/include/core/SkPath.h
@@ -708,11 +708,11 @@ public:
kAppend_AddPathMode,
/** Path is added by extending the last contour of the destination path
with the first contour of the source path. If the last contour of
- the destination path is closed, then it will not be extended.
+ the destination path is closed, then it will not be extended.
Instead, the start of source path will be extended by a straight
line to the end point of the destination path.
*/
- kExtend_AddPathMode
+ kExtend_AddPathMode
};
/** Add a copy of src to the path, offset by (dx,dy)