]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 7 Dec 2010 01:12:43 +0000 (18:12 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 7 Dec 2010 01:12:43 +0000 (18:12 -0700)
helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc
src/ssl/gadgets.h

index 2593979346412aa4010ff61fb5feafcfbea7bb99..9631d5f841f65e190fd3a2f9fb1252a2d5173565 100644 (file)
@@ -58,7 +58,7 @@
 #include <gssapi/gssapi.h>
 #elif HAVE_GSSAPI_H
 #include <gssapi.h>
-#endif 
+#endif
 
 #if !HAVE_HEIMDAL_KERBEROS
 #if HAVE_GSSAPI_GSSAPI_KRB5_H
index b2fb4f1a99a49674780193f6d6a9afb7177e7a1d..11f2286307ab6c5bd191c3d50323581257f74b36 100644 (file)
@@ -25,7 +25,7 @@ namespace Ssl
  because they are used by ssl_crtd.
  */
 
-// Macro to be used to define the C++ equivalent function of an extern "C" 
+// Macro to be used to define the C++ equivalent function of an extern "C"
 // function. The C++ function suffixed with the _cpp extension
 #define CtoCpp1(function, argument) \
         extern "C++" inline void function ## _cpp(argument a) { \