From: Nathan Muggli Date: Fri, 24 Jul 2026 00:02:30 +0000 (-0600) Subject: Format test cases a little more consistently. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8be526ea0783cb5013a2d293cc084ac4b1940165;p=thirdparty%2Fcups.git Format test cases a little more consistently. --- diff --git a/cups/testipp.c b/cups/testipp.c index dec24e2f93..38383d51f8 100644 --- a/cups/testipp.c +++ b/cups/testipp.c @@ -747,7 +747,8 @@ main(int argc, // I - Number of command-line arguments testEnd(true); testBegin("ippValidateAttribute(IPP_TAG_TEXTLANG invalid .language)"); - attr = ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_TEXTLANG, "job-name", "en\"\n*cupsFilter:", "My Job"); + attr = ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_TEXTLANG, + "job-name", "en\"\n*cupsFilter:", "My Job"); if (!attr || ippValidateAttribute(attr)) { testEndMessage(false, "accepted bad .language subfield");