summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-06-23 13:52:21 +0200
committerTor Andersson <tor@ghostscript.com>2010-06-23 13:52:21 +0200
commit25a767ac1be90d132ecb30f720bf5c5c248fc9e0 (patch)
tree1d6d5906360c7fd908ba27aa452431d76c4d0f59
parentab97caa4a7eb354fcc46b4b77830c6034f6bb96e (diff)
downloadmupdf-25a767ac1be90d132ecb30f720bf5c5c248fc9e0.tar.xz
Remove a stray space at the beginning of a line.
-rw-r--r--apps/pdfdraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pdfdraw.c b/apps/pdfdraw.c
index 4a4117fe..f7bd35be 100644
--- a/apps/pdfdraw.c
+++ b/apps/pdfdraw.c
@@ -183,7 +183,7 @@ static void drawpnm(int pagenum, struct benchmark *loadtimes, struct benchmark *
die(fz_throw("ioerror: could not create raster file '%s'", name));
}
- if (greyscale)
+ if (greyscale)
{
sprintf(pnmhdr, "P5\n%d %d\n255\n", w, h);
}