]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/job.c
Merge changes from CUPS 1.5svn-r9641
[thirdparty/cups.git] / scheduler / job.c
index d7f8d36f4ba654e5cfb98109835f4f173c525708..96d26e12fafb8918276a332c3d7c6a8b7ee4b6f7 100644 (file)
@@ -3139,7 +3139,6 @@ get_options(cupsd_job_t *job,             /* I - Job */
        num_pwgppds = cupsAddOption("AP_D_InputSlot", "", num_pwgppds,
                                    &pwgppds);
     }
-
     if (!ippFindAttribute(job->attrs, "MediaType", IPP_TAG_ZERO) &&
        (ppd = _ppdCacheGetMediaType(pc, job->attrs, NULL)) != NULL)
       num_pwgppds = cupsAddOption("MediaType", ppd, num_pwgppds, &pwgppds);