]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
run formater
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 5 Dec 2012 14:17:35 +0000 (16:17 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 5 Dec 2012 14:17:35 +0000 (16:17 +0200)
src/acl/CertificateData.cc
src/ssl/support.cc

index 6a4a935441431480b592f0edd3bec29012f1a306..fcb1487b45946b234239decfa690420870821458 100644 (file)
@@ -148,7 +148,7 @@ ACLCertificateData::parse()
                 debugs(28, DBG_CRITICAL, "FATAL: Unknown option. Supported option(s) are: " << validAttributesStr);
                 self_destruct();
             }
-            
+
             /* an acl must use consistent attributes in all config lines */
             if (attribute) {
                 if (strcasecmp(newAttribute, attribute) != 0) {
index b8f1b4d5421b1c2b84d5aca3567812981df54ef4..f4b15197e53bb2435503848d24833efb3364d5a3 100644 (file)
@@ -1195,7 +1195,7 @@ Ssl::GetX509Fingerprint(X509 * cert, const char *)
     static char buf[1024];
     if (!cert)
         return NULL;
-    
+
     unsigned int n;
     unsigned char md[EVP_MAX_MD_SIZE];
     if (!X509_digest(cert, EVP_sha1(), md, &n))