]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Thu, 25 May 2017 18:12:07 +0000 (18:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Thu, 25 May 2017 18:12:07 +0000 (18:12 +0000)
src/base/File.cc

index 32bf62871aea2d2b64a0712453139a7b0a1a66fe..0ccbe3870675f2fec02b31013b20818818bb6393 100644 (file)
@@ -327,7 +327,7 @@ File::lock(const FileOpeningConfig &cfg)
             if (!attemptsLeft)
                 throw;
             debugs(54, 4, "sleeping and then trying up to " << attemptsLeft <<
-                    " more time(s) after a failure: " << ex.what());
+                   " more time(s) after a failure: " << ex.what());
         }
         Must(attemptsLeft); // the catch statement handles the last attempt
         xusleep(cfg.RetryGapUsec);