]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 14 Jul 2014 00:14:44 +0000 (18:14 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 14 Jul 2014 00:14:44 +0000 (18:14 -0600)
helpers/ntlm_auth/SSPI/ntlm_sspi_auth.cc

index 88e5a5ce1ac57c9da75de8d23e5b972f039c9964..3050a611b3c8537f8abecb8e61d683349974dd15 100644 (file)
@@ -498,8 +498,8 @@ manage_request()
                 helperfail("message=\"can't obtain challenge\"");
 
             return 1;
-            }
-            /* notreached */
+        }
+        /* notreached */
         case NTLM_CHALLENGE:
             SEND_ERR("message=\"Got a challenge. We refuse to have our authority disputed\"");
             return 1;
@@ -588,7 +588,7 @@ manage_request()
             lc(user);
             fprintf(stdout, "OK user=\"%s\\%s\"", domain, user);
             return 1;
-            }
+        }
         default:
             helperfail("message=\"unknown authentication packet type\"");
             return 1;