From 1499cc6fb42eadcb237ea888f8a1f0d5d3eab6c5 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 17 Jul 2010 12:32:29 +0000 Subject: Remove all trailing whitespace. --- draw/meshdraw.c | 1 - draw/pathfill.c | 1 - draw/pathscan.c | 1 - 3 files changed, 3 deletions(-) (limited to 'draw') 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; } - -- cgit v1.2.3