summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-04-26 18:28:04 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-04-26 18:28:04 -0400
commit10ce4df1413c688564be7bb9a8e75f33b64d467b (patch)
treeb8ad48b7671a63cd8d2382c7f7f929cafbe2eaaa /tools
parentfeb13eeaf60f7f3823d648c1f97a263b17462552 (diff)
downloadcups-10ce4df1413c688564be7bb9a8e75f33b64d467b.tar.gz
Fix whitespace issues.
Diffstat (limited to 'tools')
-rw-r--r--tools/ippeveprinter.c6
-rw-r--r--tools/ippeveps.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/ippeveprinter.c b/tools/ippeveprinter.c
index 177e9a61a..1ec874b55 100644
--- a/tools/ippeveprinter.c
+++ b/tools/ippeveprinter.c
@@ -4169,7 +4169,7 @@ load_legacy_attributes(
if (pwg->width < 21000 && pwg->length < 21000)
{
- source = "photo"; /* Photo size media from photo tray */
+ source = "photo"; /* Photo size media from photo tray */
bottom = /* Borderless margins */
left =
right =
@@ -4231,7 +4231,7 @@ load_legacy_attributes(
if (pwg->width < 21000 && pwg->length < 21000)
{
- source = "photo"; /* Photo size media from photo tray */
+ source = "photo"; /* Photo size media from photo tray */
type = "photographic-glossy"; /* Glossy photo paper */
bottom = /* Borderless margins */
left =
@@ -5171,7 +5171,7 @@ parse_options(ippeve_client_t *client, /* I - Client */
cups_option_t **options)/* O - Options */
{
char *name, /* Name */
- *value, /* Value */
+ *value, /* Value */
*next; /* Next name=value pair */
int num_options = 0; /* Number of options */
diff --git a/tools/ippeveps.c b/tools/ippeveps.c
index 2bfc14eb4..38d7dd36d 100644
--- a/tools/ippeveps.c
+++ b/tools/ippeveps.c
@@ -241,7 +241,7 @@ dsc_header(int num_pages) /* I - Number of pages or 0 if not known */
#if !CUPS_LITE
const char *job_id = getenv("IPP_JOB_ID");
- /* job-id value */
+ /* job-id value */
ppdEmitJCL(ppd, stdout, job_id ? atoi(job_id) : 0, cupsUser(), job_name ? job_name : "Unknown");
#endif /* !CUPS_LITE */