summaryrefslogtreecommitdiff
path: root/source/fitz/output-pcl.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-09-01 16:55:36 +0200
committerRobin Watts <robin.watts@artifex.com>2014-09-02 10:16:35 +0100
commit84c616094639d38d076aba71bf8283b532f434f6 (patch)
tree1361ec0cfb833433bf6c0df0c80e76dc2f87cdfd /source/fitz/output-pcl.c
parent7d726b34666e5547a93f64f1dc1f161c5517e473 (diff)
downloadmupdf-84c616094639d38d076aba71bf8283b532f434f6.tar.xz
Clean some whitespace.
Diffstat (limited to 'source/fitz/output-pcl.c')
-rw-r--r--source/fitz/output-pcl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/fitz/output-pcl.c b/source/fitz/output-pcl.c
index eae5dad2..0eeab8d3 100644
--- a/source/fitz/output-pcl.c
+++ b/source/fitz/output-pcl.c
@@ -22,7 +22,7 @@
#define PCL_ANY_SPACING \
(PCL3_SPACING | PCL4_SPACING | PCL5_SPACING)
-/* Individual printer properties. Any subset of these may be included. */
+/* Individual printer properties. Any subset of these may be included. */
#define PCL_MODE_2_COMPRESSION 8 /* compression mode 2 supported */
/* (PCL 4) */
#define PCL_MODE_3_COMPRESSION 16 /* compression modes 2 & 3 supported */
@@ -491,7 +491,7 @@ fz_output_pcl(fz_output *out, const fz_pixmap *pixmap, fz_pcl_options *pcl)
/*
* Mode 2 Row compression routine for the HP DeskJet & LaserJet IIp.
* Compresses data from row up to end_row, storing the result
- * starting at compressed. Returns the number of bytes stored.
+ * starting at compressed. Returns the number of bytes stored.
* Runs of K<=127 literal bytes are encoded as K-1 followed by
* the bytes; runs of 2<=K<=127 identical bytes are encoded as
* 257-K followed by the byte.