]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Remove braces. 257/head
authorBryan Mason <bmason@redhat.com>
Wed, 6 Oct 2021 18:12:29 +0000 (11:12 -0700)
committerBryan Mason <bmason@redhat.com>
Wed, 6 Oct 2021 18:12:29 +0000 (11:12 -0700)
cgi-bin/ipp-var.c

index 96ec2c554349208e806a3a48c50f04afa8c82348..939675e064dad13725d4359df080f774b464ce6a 100644 (file)
@@ -271,9 +271,7 @@ cgiMoveJobs(http_t     *http,               /* I - Connection to server */
   */
 
   if ((user = getenv("REMOTE_USER")) == NULL)
-  {
     user = "guest";
-  }
 
  /*
   * See if the user has already selected a new destination...