From: Automatic source maintenance Date: Tue, 7 Dec 2010 01:12:43 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: take1~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a665e671840d7b7ef2605fda8cf26dd662699cd;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc b/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc index 2593979346..9631d5f841 100644 --- a/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc +++ b/helpers/negotiate_auth/kerberos/negotiate_kerberos_auth.cc @@ -58,7 +58,7 @@ #include #elif HAVE_GSSAPI_H #include -#endif +#endif #if !HAVE_HEIMDAL_KERBEROS #if HAVE_GSSAPI_GSSAPI_KRB5_H diff --git a/src/ssl/gadgets.h b/src/ssl/gadgets.h index b2fb4f1a99..11f2286307 100644 --- a/src/ssl/gadgets.h +++ b/src/ssl/gadgets.h @@ -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) { \