From: Zdenek Dohnal Date: Tue, 2 Sep 2025 06:20:52 +0000 (+0200) Subject: Fix indentation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77c2367f4dd30375a07fe84d5f7a5c2a9a341075;p=thirdparty%2Fcups.git Fix indentation --- diff --git a/backend/ipp.c b/backend/ipp.c index 0bcce69ff0..8311a1cf97 100644 --- a/backend/ipp.c +++ b/backend/ipp.c @@ -2116,24 +2116,24 @@ main(int argc, /* I - Number of command-line args */ password_tries = 0; else { - if (ipp_status == IPP_STATUS_ERROR_INTERNAL) - { - waitjob_tries ++; + if (ipp_status == IPP_STATUS_ERROR_INTERNAL) + { + waitjob_tries ++; - if (waitjob_tries > 4) - { - ippDelete(response); - ipp_status = IPP_STATUS_OK; - break; - } - } - else if (ipp_status != IPP_STATUS_ERROR_SERVICE_UNAVAILABLE && - ipp_status != IPP_STATUS_ERROR_BUSY) - { - ippDelete(response); - ipp_status = IPP_STATUS_OK; - break; - } + if (waitjob_tries > 4) + { + ippDelete(response); + ipp_status = IPP_STATUS_OK; + break; + } + } + else if (ipp_status != IPP_STATUS_ERROR_SERVICE_UNAVAILABLE && + ipp_status != IPP_STATUS_ERROR_BUSY) + { + ippDelete(response); + ipp_status = IPP_STATUS_OK; + break; + } } if (response)