]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
scheduler/ipp.c: new lines for readability
authorZdenek Dohnal <zdohnal@redhat.com>
Fri, 26 Aug 2022 08:31:16 +0000 (10:31 +0200)
committerZdenek Dohnal <zdohnal@redhat.com>
Fri, 26 Aug 2022 08:31:16 +0000 (10:31 +0200)
scheduler/ipp.c

index fc575639b5ffe8812fec09389a8e46c6f14b6741..ec950557bd1db82e6228d585cf4383378c33c63b 100644 (file)
@@ -5522,7 +5522,9 @@ create_local_printer(
 
     return;
   }
+
   ptr = ippGetString(device_uri, 0, NULL);
+
   if (!ptr || !ptr[0])
   {
     send_ipp_status(con, IPP_STATUS_ERROR_BAD_REQUEST, _("Attribute \"%s\" has empty value."), "device-uri");