]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Source Format Enforcement (#571)
authorsquidadm <squidadm@users.noreply.github.com>
Thu, 19 Mar 2020 12:13:07 +0000 (12:13 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Fri, 20 Mar 2020 14:23:32 +0000 (14:23 +0000)
doc/release-notes/release-6.sgml
src/cache_cf.cc
test-suite/squidconf/time_units

index e98ba9f35f92d97345571f156d208c801cefc54c..6071656bc3afb61cab6f9895e1d580a373e8f99b 100644 (file)
@@ -162,7 +162,7 @@ This section gives an account of those changes in three categories:
 
 <sect>Copyright
 <p>
-Copyright (C) 1996-2019 The Squid Software Foundation and contributors
+Copyright (C) 1996-2020 The Squid Software Foundation and contributors
 <p>
 Squid software is distributed under GPLv2+ license and includes
 contributions from numerous individuals and organizations.
index fe6b5822c24a6b6fb415989bea94d853d8574baf..7a02b8cb83958e1c13711d8d35f2d416169ca98a 100644 (file)
@@ -4960,7 +4960,7 @@ ParseUrlRewriteTimeout()
         const auto defaultParsed = parseTimeUnit<Seconds>(T_SECOND_STR, parsedUnitDuration);
         assert(defaultParsed);
         debugs(3, DBG_PARSE_NOTE(DBG_IMPORTANT), ConfigParser::CurrentLocation() <<
-                ": WARNING: missing time unit, using deprecated default '" << T_SECOND_STR << "'");
+               ": WARNING: missing time unit, using deprecated default '" << T_SECOND_STR << "'");
     }
 
     const auto nanoseconds = CheckTimeValue(parsedTimeValue, parsedUnitDuration);
index 71f224b478a4f9eab7cb20b2a72bc85dd8720102..99ab5d18b3281ece4d240137a0445014d6d76b44 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 1996-2019 The Squid Software Foundation and contributors
+## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
 ##
 ## Squid software is distributed under GPLv2+ license and includes
 ## contributions from numerous individuals and organizations.