summaryrefslogtreecommitdiff
path: root/draw/draw_device.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-12-21 20:34:30 +0100
committerTor Andersson <tor.andersson@artifex.com>2011-12-21 20:35:32 +0100
commit3562831bfbb270c2cc4726780426290118771c66 (patch)
tree85caf271e49e64521b44cc0fe037bd654f6f85f7 /draw/draw_device.c
parente465b579a4137757ca5239a9ca4c51a930a6a363 (diff)
downloadmupdf-3562831bfbb270c2cc4726780426290118771c66.tar.xz
Fix whitespace.
Diffstat (limited to 'draw/draw_device.c')
-rw-r--r--draw/draw_device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/draw/draw_device.c b/draw/draw_device.c
index 060558b4..8f77d51e 100644
--- a/draw/draw_device.c
+++ b/draw/draw_device.c
@@ -136,7 +136,7 @@ static void fz_knockout_begin(fz_draw_device *dev)
else
{
fz_pixmap *prev;
- int i = dev->top;
+ int i = dev->top;
do
prev = dev->stack[--i].dest;
while (!prev);
@@ -1226,7 +1226,7 @@ fz_draw_begin_mask(fz_device *devp, fz_rect rect, int luminosity, fz_colorspace
{
/* FIXME: If we ever want to support AIS true, then we
* probably want to create a shape pixmap here, using:
- * shape = fz_new_pixmap_with_rect(NULL, bbox);
+ * shape = fz_new_pixmap_with_rect(NULL, bbox);
* then, in the end_mask code, we create the mask from this
* rather than dest.
*/