From aaed8246c448929057463a1aa04c64e0370f9e46 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle Date: Wed, 10 Jun 2026 14:16:33 +0200 Subject: Run clang-format on everything once again --- 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