summaryrefslogtreecommitdiff
path: root/fitz/res_path.c
diff options
context:
space:
mode:
Diffstat (limited to 'fitz/res_path.c')
-rw-r--r--fitz/res_path.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fitz/res_path.c b/fitz/res_path.c
index 13705969..e3f07192 100644
--- a/fitz/res_path.c
+++ b/fitz/res_path.c
@@ -229,8 +229,8 @@ fz_bound_path(fz_context *ctx, fz_path *path, fz_stroke_state *stroke, fz_matrix
* for it to be expanded in the stroked case below. */
if (path->len == 0)
return fz_empty_rect;
- /* A path must start with a moveto - and if that's all there is
- * then the path is empty. */
+ /* A path must start with a moveto - and if that's all there is
+ * then the path is empty. */
if (path->len == 3)
return fz_empty_rect;