aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/pathops/SkPathOps.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pathops/SkPathOps.h')
-rw-r--r--include/pathops/SkPathOps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pathops/SkPathOps.h b/include/pathops/SkPathOps.h
index 1e8093f2a8..c672290570 100644
--- a/include/pathops/SkPathOps.h
+++ b/include/pathops/SkPathOps.h
@@ -76,12 +76,12 @@ public:
@param path The second operand.
@param _operator The operator to apply to the existing and supplied paths.
- */
+ */
void add(const SkPath& path, SkPathOp _operator);
/** Computes the sum of all paths and operands, and resets the builder to its
initial state.
-
+
@param result The product of the operands.
@return True if the operation succeeded.
*/