]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 29 Aug 2010 00:12:52 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 29 Aug 2010 00:12:52 +0000 (18:12 -0600)
src/fs/ufs/store_io_ufs.cc

index 35d9c597a53e17e11d8e9dfdb9bf0b19f228a1a6..5b84d74c5f2534dd0363f76abbdeb50887405ba1 100644 (file)
@@ -454,8 +454,7 @@ UFSStoreState::kickReadQueue()
 
     if (cbdataReferenceValidDone(q->callback_data, &cbdata)) {
         read_(q->buf, q->size, q->offset, q->callback, cbdata);
-    }
-    else {
+    } else {
         debugs(79, 2, "UFSStoreState::kickReadQueue: this: " << this << " cbdataReferenceValidDone returned false." << " closing: " << closing << " flags.try_closing: " << flags.try_closing);
         delete q;
         return false;