summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorKen Sharp <ken.sharp@artifex.com>2020-01-30 09:12:13 +0000
committerKen Sharp <ken.sharp@artifex.com>2020-01-30 09:12:13 +0000
commit97868a9e6c787ea988f43952ae5d4236e142db13 (patch)
treeaf1e62d191873b3cea725883fd8d87c4466ba924 /contrib
parent3b2ae21ca594934728f623667db1a002286193ea (diff)
downloadghostpdl-97868a9e6c787ea988f43952ae5d4236e142db13.tar.gz
Fix trailing white spaces in a number of places.
Since I use the Git commit hooks to verify no white space problems I can't merge master into the pdfi branch without first fixing these.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gdevlx32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gdevlx32.c b/contrib/gdevlx32.c
index 8edffa443..b06c7ec1b 100644
--- a/contrib/gdevlx32.c
+++ b/contrib/gdevlx32.c
@@ -786,7 +786,7 @@ lxm3200_print_page(gx_device_printer *pdev, gp_file *prn_stream)
outputepilogue(gendata);
end:
-
+
/* Free the allocated resources */
freeresources(dev);
@@ -3119,7 +3119,7 @@ print_color_page(pagedata *gendata)
* by the trailing sequence).
*/
finalizeheader(gendata, 0, -1);
-
+
return 0;
}