summaryrefslogtreecommitdiffstats
path: root/plugins/check_curl.d
diff options
context:
space:
mode:
authorLorenz Kästle <lorenz.kaestle@netways.de>2026-06-10 14:16:33 +0200
committerLorenz Kästle <lorenz.kaestle@netways.de>2026-06-10 14:16:33 +0200
commitb55444c2b44fcebefbc3b6394d3c8468d6320bca (patch)
treef02a4bd900775bd08bf709b390bbeee32b9c7a1c /plugins/check_curl.d
parent47b1b2d754d4809006f6dc1aa13ba9c80405975c (diff)
downloadmonitoring-plugins-b55444c2b44fcebefbc3b6394d3c8468d6320bca.tar.gz
Run clang-format on everything once again
Diffstat (limited to 'plugins/check_curl.d')
-rw-r--r--plugins/check_curl.d/check_curl_helpers.c2
-rw-r--r--plugins/check_curl.d/config.h1
2 files changed, 1 insertions, 2 deletions
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,
222 222
223 bool have_local_resolution = hostname_gets_resolved_locally(working_state); 223 bool have_local_resolution = hostname_gets_resolved_locally(working_state);
224 if (verbose >= 1) { 224 if (verbose >= 1) {
225 printf("* have local name resolution: %s\n", (have_local_resolution ? "true": "false")); 225 printf("* have local name resolution: %s\n", (have_local_resolution ? "true" : "false"));
226 } 226 }
227 227
228 /* enable haproxy protocol */ 228 /* 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 {
118 bool show_extended_perfdata; 118 bool show_extended_perfdata;
119 bool show_body; 119 bool show_body;
120 120
121
122 bool output_format_is_set; 121 bool output_format_is_set;
123 mp_output_format output_format; 122 mp_output_format output_format;
124} check_curl_config; 123} check_curl_config;