]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Source Format Enforcement (#1280)
authorAlex Rousskov <rousskov@measurement-factory.com>
Sat, 18 Feb 2023 18:12:17 +0000 (18:12 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 18 Feb 2023 19:25:20 +0000 (19:25 +0000)
    NOTICE: File tools/squidclient/squidclient.cc changed: by astyle

tools/squidclient/squidclient.cc

index 7de2d138b154d96af82ecadbd748de04e0f24a2e..71b5f0cce55ed4b017aa652c7f9677fc5467137a 100644 (file)
@@ -441,7 +441,7 @@ main(int argc, char *argv[])
         if (const auto at = strrchr(url, '@')) {
             if (!OriginAuthorization.user) {
                 std::cerr << "ERROR: Embedding a password in a cache manager command requires " <<
-                    "providing a username with -U: mgr:" << t << std::endl;
+                          "providing a username with -U: mgr:" << t << std::endl;
                 exit(EXIT_FAILURE);
             }
             *at = 0; // send password in Authorization header, not URL