From 74897269ae10f99d19e9cdcd4792a0b11bcbd5ca Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Fri, 8 Sep 2017 17:08:17 +0100 Subject: Fix whitespace in draw-blend.c --- source/fitz/draw-blend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/fitz/draw-blend.c') 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; } -- cgit v1.2.3