From f8aad020f7c0be604da8981663b6d815f94ffaa4 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Wed, 10 Jun 2026 14:49:33 +0200 Subject: Run clang-format on everything once again (#2275) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Lorenz Kästle --- plugins/check_curl.d/check_curl_helpers.c | 2 +- plugins/check_curl.d/config.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/check_curl.d') diff --git a/plugins/check_curl.d/check_curl_helpers.c b/plugins/check_curl.d/check_curl_helpers.c index 5b13a138..4edd0bbf 100644 --- a/plugins/check_curl.d/check_curl_helpers.c +++ b/plugins/check_curl.d/check_curl_helpers.c @@ -222,7 +222,7 @@ check_curl_configure_curl(const check_curl_static_curl_config config, bool have_local_resolution = hostname_gets_resolved_locally(working_state); if (verbose >= 1) { - printf("* have local name resolution: %s\n", (have_local_resolution ? "true": "false")); + printf("* have local name resolution: %s\n", (have_local_resolution ? "true" : "false")); } /* enable haproxy protocol */ diff --git a/plugins/check_curl.d/config.h b/plugins/check_curl.d/config.h index 0a7fa01d..2ff486c9 100644 --- a/plugins/check_curl.d/config.h +++ b/plugins/check_curl.d/config.h @@ -118,7 +118,6 @@ typedef struct { bool show_extended_perfdata; bool show_body; - bool output_format_is_set; mp_output_format output_format; } check_curl_config; -- cgit v1.2.3-74-g34f1