[gs-commits] ghostpdl branch, master, updated. jbig2dec-0.14-1915-gd711826
[email protected] (Ken Sharp) Wed, 20 Nov 2019 13:15:41 +0000 (UTC)
| Newsgroups | gmane.comp.printing.ghostscript.cvs |
|---|---|
| Message-ID | <[email protected]> |
The ghostpdl branch, master has been updated
via d7118262b44939688c9143c278b8c76c6c620171 (commit)
from 31c4abe348de980ff7922e28f05cc3f788fab29a (commit)
----------------------------------------------------------------------
commit d7118262b44939688c9143c278b8c76c6c620171
Author: Ken Sharp <[email protected]>
Date: Wed Nov 20 13:15:18 2019 +0000
Remove trailing whitespace
diff --git a/gpdl/tifftop.c b/gpdl/tifftop.c
index e0e88a0..2f55e1b 100644
--- a/gpdl/tifftop.c
+++ b/gpdl/tifftop.c
@@ -548,7 +548,7 @@ do_impl_process(pl_interp_implementation_t * impl, stream_cursor_read * pr, int
tiff->xresolution = (uint32_t)(f+0.5);
TIFFGetField(tiff->handle, TIFFTAG_YRESOLUTION, &f);
tiff->yresolution = (uint32_t)(f+0.5);
-
+
if (TIFFIsTiled(tiff->handle)) {
int x, y;
tiff->samples = gs_alloc_bytes(tiff->memory, TIFFTileSize(tiff->handle), "tiff_tile");
diff --git a/pcl/pcl/pcfrgrnd.c b/pcl/pcl/pcfrgrnd.c
index 31968a3..01a8f14 100644
--- a/pcl/pcl/pcfrgrnd.c
+++ b/pcl/pcl/pcfrgrnd.c
@@ -82,7 +82,7 @@ build_foreground(pcl_state_t * pcs,
int num_entries;
bool is_default = false;
int code = 0;
-
+
if (!pindexed) {
return_error(gs_error_invalidaccess);
}
diff --git a/pcl/pxl/pxpthr.c b/pcl/pxl/pxpthr.c
index a0a1527..f103fc3 100644
--- a/pcl/pxl/pxpthr.c
+++ b/pcl/pxl/pxpthr.c
@@ -86,7 +86,7 @@ pxPassthrough_pcl_state_nonpage_exceptions(px_state_t * pxs)
/* xl cursor -> pcl cursor position */
gs_point xlcp, pclcp, dp;
int code;
-
+
/* make the pcl ctm active, after resets the hpgl/2 ctm is
active. */
code = pcl_set_graphics_state(global_pcs);
Summary of changes:
gpdl/tifftop.c | 2 +-
pcl/pcl/pcfrgrnd.c | 2 +-
pcl/pxl/pxpthr.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)