From: Michael R Sweet Date: Wed, 17 Oct 2018 18:17:47 +0000 (-0400) Subject: Fix embedded whitespace issue. X-Git-Tag: v2.3b6~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=739bae4ea30d7383565c6ac047b4c316c5a29aef;p=thirdparty%2Fcups.git Fix embedded whitespace issue. --- diff --git a/cups/testppd.c b/cups/testppd.c index a6dc0b71b1..091a275545 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" - "<>" + "<>" "setpagedevice\n")) { puts("FAIL (error from function)");