From: Automatic source maintenance Date: Sat, 24 Sep 2011 00:13:48 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: BumpSslServerFirst.take01~131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16fea83b3103951e78031154611132c98c3ab990;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/fs/rock/RockSwapDir.cc b/src/fs/rock/RockSwapDir.cc index 81af850bb0..8b17ec33db 100644 --- a/src/fs/rock/RockSwapDir.cc +++ b/src/fs/rock/RockSwapDir.cc @@ -304,7 +304,7 @@ bool Rock::SwapDir::allowOptionReconfigure(const char *const option) const { return strcmp(option, "max-size") != 0 && - ::SwapDir::allowOptionReconfigure(option); + ::SwapDir::allowOptionReconfigure(option); } /// parses time-specific options; mimics ::SwapDir::optionObjectSizeParse() diff --git a/src/ssl/certificate_db.cc b/src/ssl/certificate_db.cc index 9f15ca3a4b..b2e3576e84 100644 --- a/src/ssl/certificate_db.cc +++ b/src/ssl/certificate_db.cc @@ -438,7 +438,7 @@ void Ssl::CertificateDb::deleteRow(const char **row, int rowIndex) #else sk_delete(db.get()->data, rowIndex); #endif - + const Columns db_indexes[]={cnlSerial, cnlName}; for (unsigned int i = 0; i < countof(db_indexes); i++) { #if OPENSSL_VERSION_NUMBER >= 0x1000004fL @@ -449,7 +449,7 @@ void Ssl::CertificateDb::deleteRow(const char **row, int rowIndex) lh_delete(fieldIndex, row); #endif } - + subSize(filename); int ret = remove(filename.c_str()); if (ret < 0)