summaryrefslogtreecommitdiff
path: root/xps
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2020-06-25 15:13:47 +0100
committerRobin Watts <Robin.Watts@artifex.com>2020-06-25 15:13:47 +0100
commit35f6a9d9e2838069b5ba250cf26d016bc5ad3635 (patch)
tree716994989b3132224b298caaab882aab3d2f8333 /xps
parenta9bd94535682bd75bbaa18da42129e49046f3838 (diff)
downloadghostpdl-35f6a9d9e2838069b5ba250cf26d016bc5ad3635.tar.gz
GPDL whitespace fixes.
Diffstat (limited to 'xps')
-rw-r--r--xps/xpstop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xps/xpstop.c b/xps/xpstop.c
index 6b0c182c7..b706f5435 100644
--- a/xps/xpstop.c
+++ b/xps/xpstop.c
@@ -155,7 +155,7 @@ xps_impl_allocate_interp_instance(pl_interp_implementation_t *impl,
instance->scratch_file = NULL;
instance->scratch_name[0] = 0;
instance->memory = pmem;
-
+
/* NB needs error handling */
ctx->fontdir = gs_font_dir_alloc(ctx->memory);
if (!ctx->fontdir) {
@@ -235,7 +235,7 @@ xps_impl_init_job(pl_interp_implementation_t *impl,
(void)xps_set_icc_user_params(impl, ctx->pgs);
xps_set_nocache(impl, ctx->fontdir);
- gs_setscanconverter(ctx->pgs, pl_main_get_scanconverter(ctx->memory));
+ gs_setscanconverter(ctx->pgs, pl_main_get_scanconverter(ctx->memory));
/* gsave and grestore (among other places) assume that */
/* there are at least 2 gstates on the graphics stack. */