style: More clang-tidy identifier renaming (#7290)

This commit is contained in:
Alex Kremer
2026-05-20 22:31:15 +01:00
committed by GitHub
parent 8c0080020f
commit a830ab10ef
160 changed files with 1726 additions and 1746 deletions

View File

@@ -91,7 +91,7 @@ Env::AppBundle::AppBundle(
timeKeeper = tk.get();
// Hack so we don't have to call Config::setup
HTTPClient::initializeSSLContext(
config->SSL_VERIFY_DIR, config->SSL_VERIFY_FILE, config->SSL_VERIFY, debugLog());
config->sslVerifyDir, config->sslVerifyFile, config->sslVerify, debugLog());
owned = makeApplication(std::move(config), std::move(logs), std::move(tk));
app = owned.get();
app->getLogs().threshold(thresh);