]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Fri, 22 Aug 2014 00:16:29 +0000 (18:16 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Fri, 22 Aug 2014 00:16:29 +0000 (18:16 -0600)
src/peer_proxy_negotiate_auth.cc
tools/squidclient/gssapi_support.h

index e895158feb8ba57633111864e36a9b9af04520c1..793e694ca12e7b32094b5ef68e76f8fe66682741 100644 (file)
@@ -331,7 +331,7 @@ restart:
                        error_message(code));
                 return (1);
             }
-#elif USE_HEIMDAL_KRB5 && HAVE_KRB5_GET_MAX_TIME_SKEW 
+#elif USE_HEIMDAL_KRB5 && HAVE_KRB5_GET_MAX_TIME_SKEW
             skew = krb5_get_max_time_skew(kparam.context);
 #elif USE_HEIMDAL_KRB5 && HAVE_MAX_SKEW_IN_KRB5_CONTEXT
             skew = kparam.context->max_skew;
index f4b9135c5be237991d177d63ca965f30b5799194..7d2f598e1072aa973610c8c575d255a1129652d5 100644 (file)
@@ -3,7 +3,6 @@
 
 #if HAVE_GSSAPI
 
-
 #if USE_HEIMDAL_KRB5
 #if HAVE_GSSAPI_GSSAPI_H
 #include <gssapi/gssapi.h>