summaryrefslogtreecommitdiff
path: root/draw
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-07-17 12:32:29 +0000
committerTor Andersson <tor@ghostscript.com>2010-07-17 12:32:29 +0000
commit1499cc6fb42eadcb237ea888f8a1f0d5d3eab6c5 (patch)
tree77d02ea44436d781a64c73e52b4166125417b0bf /draw
parentf23227839ea5afeed361611dcaf01784b2f791e3 (diff)
downloadmupdf-1499cc6fb42eadcb237ea888f8a1f0d5d3eab6c5.tar.xz
Remove all trailing whitespace.
Diffstat (limited to 'draw')
-rw-r--r--draw/meshdraw.c1
-rw-r--r--draw/pathfill.c1
-rw-r--r--draw/pathscan.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/draw/meshdraw.c b/draw/meshdraw.c
index 08411e6b..d71174d6 100644
--- a/draw/meshdraw.c
+++ b/draw/meshdraw.c
@@ -393,4 +393,3 @@ fz_rendershade(fz_shade *shade, fz_matrix ctm, fz_pixmap *dest, fz_bbox bbox)
fz_droppixmap(temp);
}
}
-
diff --git a/draw/pathfill.c b/draw/pathfill.c
index 96928a4f..62d4ac59 100644
--- a/draw/pathfill.c
+++ b/draw/pathfill.c
@@ -118,4 +118,3 @@ fz_fillpath(fz_gel *gel, fz_path *path, fz_matrix ctm, float flatness)
if (i && (cx != bx || cy != by))
line(gel, &ctm, cx, cy, bx, by);
}
-
diff --git a/draw/pathscan.c b/draw/pathscan.c
index 86b9d037..a1e09852 100644
--- a/draw/pathscan.c
+++ b/draw/pathscan.c
@@ -628,4 +628,3 @@ fz_scanconvert(fz_gel *gel, fz_ael *ael, int eofill, fz_bbox clip,
fz_free(deltas);
return fz_okay;
}
-