summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-10-17 14:17:47 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-10-17 14:17:47 -0400
commit739bae4ea30d7383565c6ac047b4c316c5a29aef (patch)
treeaeef1908050c0042c4b3246843374e28e059542c
parent5f07499d2bf02df902f2bf26bb60dff710f55143 (diff)
Fix embedded whitespace issue.
-rw-r--r--cups/testppd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/testppd.c b/cups/testppd.c
index a6dc0b71b..091a27554 100644
--- a/cups/testppd.c
+++ b/cups/testppd.c
@@ -1470,7 +1470,7 @@ do_ps_tests(void)
if (_cupsRasterExecPS(&header, &preferred_bits,
"792 612 0 0 0\n"
"pop pop pop\n"
- "<</PageSize[5 -2 roll]/ImagingBBox null>>"
+ "<</PageSize[5 -2 roll]/ImagingBBox null>>"
"setpagedevice\n"))
{
puts("FAIL (error from function)");