]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Format test cases a little more consistently.
authorNathan Muggli <nmuggli@google.com>
Fri, 24 Jul 2026 00:02:30 +0000 (18:02 -0600)
committerNathan Muggli <nmuggli@google.com>
Fri, 24 Jul 2026 00:02:30 +0000 (18:02 -0600)
cups/testipp.c

index dec24e2f939e0b96ceaecba1a8ae4070e9994f3a..38383d51f86d4465ff65d74f467734bd3883ee42 100644 (file)
@@ -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");