]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix whitespace issues.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 26 Apr 2019 22:28:04 +0000 (18:28 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 26 Apr 2019 22:28:04 +0000 (18:28 -0400)
tools/ippeveprinter.c
tools/ippeveps.c

index 177e9a61a5fad01b57b862e67bb2b637e18c0fc4..1ec874b55c9acbf54e0fde2e70ec1ddfaf3cdaf9 100644 (file)
@@ -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 */
 
index 2bfc14eb447df68e80be5185a8eb577771947ebd..38d7dd36d57fadfbaaa5fa80ef02d8fb82cdfb86 100644 (file)
@@ -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 */