]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 24 Sep 2011 00:13:48 +0000 (18:13 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 24 Sep 2011 00:13:48 +0000 (18:13 -0600)
src/fs/rock/RockSwapDir.cc
src/ssl/certificate_db.cc

index 81af850bb0e5e93f1e4d5112e1a2a6e06db2a8b3..8b17ec33db2ec5a0ae02b830223238d480f37c2d 100644 (file)
@@ -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()
index 9f15ca3a4b07444d7186305551ce3b458572d210..b2e3576e84da6f664ab0bb3c1c3705d1aa21df23 100644 (file)
@@ -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)