summaryrefslogtreecommitdiff
path: root/source/fitz
diff options
context:
space:
mode:
authorMatt Holgate <matt@emobix.co.uk>2014-07-01 10:24:25 +0100
committerMatt Holgate <matt@emobix.co.uk>2014-07-01 10:24:25 +0100
commit821ca4070ead82474ccafb22118ed0f2f350a326 (patch)
tree06776fcbffc0610bc7dddc7a9798cc9da9e0f25b /source/fitz
parent594b619ba795d2ccfa61cf2b1733195457a55044 (diff)
downloadmupdf-821ca4070ead82474ccafb22118ed0f2f350a326.tar.xz
Remove some trailing space.
Diffstat (limited to 'source/fitz')
-rw-r--r--source/fitz/draw-affine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/draw-affine.c b/source/fitz/draw-affine.c
index 284ca8df..ec19d936 100644
--- a/source/fitz/draw-affine.c
+++ b/source/fitz/draw-affine.c
@@ -489,7 +489,7 @@ fz_paint_affine_N_near(byte *dp, byte *sp, int sw, int sh, int u, int v, int fa,
dp[n1] = a + fz_mul255(dp[n1], t);
if (hp)
hp[0] = a + fz_mul255(hp[0], t);
- }
+ }
}
}
dp += n;