Skip to content

Commit 77c2367

Browse files
committed
Fix indentation
1 parent 882e105 commit 77c2367

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

backend/ipp.c

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2116,24 +2116,24 @@ main(int argc, /* I - Number of command-line args */
21162116
password_tries = 0;
21172117
else
21182118
{
2119-
if (ipp_status == IPP_STATUS_ERROR_INTERNAL)
2120-
{
2121-
waitjob_tries ++;
2119+
if (ipp_status == IPP_STATUS_ERROR_INTERNAL)
2120+
{
2121+
waitjob_tries ++;
21222122

2123-
if (waitjob_tries > 4)
2124-
{
2125-
ippDelete(response);
2126-
ipp_status = IPP_STATUS_OK;
2127-
break;
2128-
}
2129-
}
2130-
else if (ipp_status != IPP_STATUS_ERROR_SERVICE_UNAVAILABLE &&
2131-
ipp_status != IPP_STATUS_ERROR_BUSY)
2132-
{
2133-
ippDelete(response);
2134-
ipp_status = IPP_STATUS_OK;
2135-
break;
2136-
}
2123+
if (waitjob_tries > 4)
2124+
{
2125+
ippDelete(response);
2126+
ipp_status = IPP_STATUS_OK;
2127+
break;
2128+
}
2129+
}
2130+
else if (ipp_status != IPP_STATUS_ERROR_SERVICE_UNAVAILABLE &&
2131+
ipp_status != IPP_STATUS_ERROR_BUSY)
2132+
{
2133+
ippDelete(response);
2134+
ipp_status = IPP_STATUS_OK;
2135+
break;
2136+
}
21372137
}
21382138

21392139
if (response)

0 commit comments

Comments
 (0)