diff options
author | Matt Holgate <matt@emobix.co.uk> | 2014-07-01 10:24:25 +0100 |
---|---|---|
committer | Matt Holgate <matt@emobix.co.uk> | 2014-07-01 10:24:25 +0100 |
commit | 821ca4070ead82474ccafb22118ed0f2f350a326 (patch) | |
tree | 06776fcbffc0610bc7dddc7a9798cc9da9e0f25b /source | |
parent | 594b619ba795d2ccfa61cf2b1733195457a55044 (diff) | |
download | mupdf-821ca4070ead82474ccafb22118ed0f2f350a326.tar.xz |
Remove some trailing space.
Diffstat (limited to 'source')
-rw-r--r-- | source/fitz/draw-affine.c | 2 |
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; |