summaryrefslogtreecommitdiff
path: root/source/fitz/draw-blend.c
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2017-09-08 17:08:17 +0100
committerRobin Watts <robin.watts@artifex.com>2017-09-12 14:32:33 +0100
commit74897269ae10f99d19e9cdcd4792a0b11bcbd5ca (patch)
tree1e7ba987b93e6896073965feceffed9cfadaf385 /source/fitz/draw-blend.c
parentf8c8454125598ec0dd7e5f7224f0b7da90df86da (diff)
downloadmupdf-74897269ae10f99d19e9cdcd4792a0b11bcbd5ca.tar.xz
Fix whitespace in draw-blend.c
Diffstat (limited to 'source/fitz/draw-blend.c')
-rw-r--r--source/fitz/draw-blend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/draw-blend.c b/source/fitz/draw-blend.c
index 0a339157..04a4c419 100644
--- a/source/fitz/draw-blend.c
+++ b/source/fitz/draw-blend.c
@@ -596,7 +596,7 @@ fz_blend_separable_nonisolated(byte * restrict bp, int bal, const byte * restric
if (rc < 0) rc = 0;
if (rc > 255) rc = 255;
- bp[k] = fz_mul255(rc, ra);
+ bp[k] = fz_mul255(rc, ra);
}
break;
}