summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-12 13:34:34 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-06-12 16:04:07 +0200
commit5876fcf4fcecd06af6c6fe2ec90f94fbfeda0263 (patch)
tree5ab8e054a6bb2b51c04c7db55750f12dd50cc67c /apps
parent8b3bfb0a08896c14a405dd91f86a998a602045a2 (diff)
downloadmupdf-5876fcf4fcecd06af6c6fe2ec90f94fbfeda0263.tar.xz
Clean up whitespace errors.
Diffstat (limited to 'apps')
-rw-r--r--apps/mudraw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/mudraw.c b/apps/mudraw.c
index 3664cba5..04db84e9 100644
--- a/apps/mudraw.c
+++ b/apps/mudraw.c
@@ -595,7 +595,7 @@ static void drawpage(fz_context *ctx, fz_document *doc, int pagenum)
pix = fz_new_pixmap_with_bbox(ctx, colorspace, &ibounds);
fz_pixmap_set_resolution(pix, resolution);
-
+
if (savealpha)
fz_clear_pixmap(ctx, pix);
else
@@ -646,7 +646,7 @@ static void drawpage(fz_context *ctx, fz_document *doc, int pagenum)
fz_pcl_options options;
fz_pcl_preset(ctx, &options, "ljet4");
-
+
if (strstr(output, "%d") != NULL)
append = 0;
if (out_cs == CS_MONO)