]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 10 Nov 2012 01:13:27 +0000 (18:13 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 10 Nov 2012 01:13:27 +0000 (18:13 -0700)
src/ssl/certificate_db.cc

index 303c11917caf49553b648a7f32317910dd858899..391025bf7a8be02c44b8734f323dd38bada73500 100644 (file)
@@ -310,7 +310,7 @@ bool Ssl::CertificateDb::addCertAndPrivateKey(Ssl::X509_Pointer & cert, Ssl::EVP
             pkey.reset(findPkey.release());
             return true;
         }
-        // pure_find may fail because the entry is expired, or because the 
+        // pure_find may fail because the entry is expired, or because the
         // certs file is corrupted. Remove any entry with given hostname
         deleteByHostname(useName.empty() ? subject.get() : useName);
     }