]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 8 Jun 2010 00:13:24 +0000 (18:13 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 8 Jun 2010 00:13:24 +0000 (18:13 -0600)
src/log/access_log.cc

index db921999c0b397fb9def515a8921eb17d2c79541..937afa66eebe71d70c4a47c6f8d2c6dff65058c8 100644 (file)
@@ -2138,10 +2138,10 @@ accessLogInit(void)
     assert(sizeof(log_tags) == (LOG_TYPE_MAX + 1) * sizeof(char *));
 
 #if USE_ADAPTATION
-       alLogformatHasAdaptToken = false;
+    alLogformatHasAdaptToken = false;
 #endif
 #if ICAP_CLIENT
-       alLogformatHasIcapToken = false;
+    alLogformatHasIcapToken = false;
 #endif
 
     for (log = Config.Log.accesslogs; log; log = log->next) {