summaryrefslogtreecommitdiff
path: root/source/fitz/draw-affine.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-10-22 19:39:32 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-10-23 18:46:01 +0200
commit2582f7e21ec079d2d611ad748d5fc77ea3ce3938 (patch)
tree6745a15f6389de3635d17ffb1495b7de1a4aed25 /source/fitz/draw-affine.c
parent17e5b245e8f0da3287097684f81d470cec8de991 (diff)
downloadmupdf-2582f7e21ec079d2d611ad748d5fc77ea3ce3938.tar.xz
Remove extra blank lines.
Diffstat (limited to 'source/fitz/draw-affine.c')
-rw-r--r--source/fitz/draw-affine.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/fitz/draw-affine.c b/source/fitz/draw-affine.c
index 8b4690a3..1397166a 100644
--- a/source/fitz/draw-affine.c
+++ b/source/fitz/draw-affine.c
@@ -1721,7 +1721,6 @@ fz_paint_affine_lerp_spots(int da, int sa, int fa, int fb, int dn, int sn, int a
}
#endif /* FZ_ENABLE_SPOT_RENDERING */
-
#if FZ_PLOTTERS_RGB
static void
paint_affine_lerp_da_sa_g2rgb(byte * FZ_RESTRICT dp, int da, const byte * FZ_RESTRICT sp, int sw, int sh, int ss, int sa, int u, int v, int fa, int fb, int w, int dn1, int sn1, int alpha, const byte * FZ_RESTRICT color, byte * FZ_RESTRICT hp, byte * FZ_RESTRICT gp, const fz_overprint * FZ_RESTRICT eop)