From 84c616094639d38d076aba71bf8283b532f434f6 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 1 Sep 2014 16:55:36 +0200 Subject: Clean some whitespace. --- source/fitz/output-pcl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/fitz/output-pcl.c') 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. -- cgit v1.2.3