summaryrefslogtreecommitdiff
path: root/pcl/pxl
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 /pcl/pxl
parenta9bd94535682bd75bbaa18da42129e49046f3838 (diff)
downloadghostpdl-35f6a9d9e2838069b5ba250cf26d016bc5ad3635.tar.gz
GPDL whitespace fixes.
Diffstat (limited to 'pcl/pxl')
-rw-r--r--pcl/pxl/pxtop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcl/pxl/pxtop.c b/pcl/pxl/pxtop.c
index 608290a06..808258ee5 100644
--- a/pcl/pxl/pxtop.c
+++ b/pcl/pxl/pxtop.c
@@ -256,7 +256,7 @@ pxl_impl_init_job(pl_interp_implementation_t * impl,
pxl_interp_instance_t *pxli = impl->interp_client_data;
px_state_t *pxs = pxli->pxs;
gs_memory_t *mem = pxli->memory;
-
+
enum { Sbegin, Ssetdevice, Sinitg, Sgsave, Serase, Sdone } stage;
px_reset_errors(pxli->pxs);