From f419f57e2d438c1fcb7f8a6aa08badc694fe7a7a Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Sat, 18 Feb 2023 18:12:17 +0000 Subject: [PATCH] Source Format Enforcement (#1280) NOTICE: File tools/squidclient/squidclient.cc changed: by astyle --- tools/squidclient/squidclient.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/squidclient/squidclient.cc b/tools/squidclient/squidclient.cc index 7de2d138b1..71b5f0cce5 100644 --- a/tools/squidclient/squidclient.cc +++ b/tools/squidclient/squidclient.cc @@ -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 -- 2.47.3