From 2582f7e21ec079d2d611ad748d5fc77ea3ce3938 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 22 Oct 2018 19:39:32 +0200 Subject: Remove extra blank lines. --- source/fitz/draw-device.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/fitz/draw-device.c') diff --git a/source/fitz/draw-device.c b/source/fitz/draw-device.c index 4f3abd5b..6d530eba 100644 --- a/source/fitz/draw-device.c +++ b/source/fitz/draw-device.c @@ -536,7 +536,6 @@ resolve_color(fz_context *ctx, fz_overprint *op, const float *color, fz_colorspa colorbv[i] = colorfv[i] * 255; for (; i < n; i++) colorbv[i] = 0; - } colorbv[i] = alpha * 255; @@ -2465,7 +2464,6 @@ fz_draw_end_group(fz_context *ctx, fz_device *devp) { fz_rethrow(ctx); } - } typedef struct -- cgit v1.2.3