diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2026-06-10 14:49:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-10 14:49:33 +0200 |
| commit | f8aad020f7c0be604da8981663b6d815f94ffaa4 (patch) | |
| tree | e1c7bdeff275778b4dd324d26e826c861d143b48 /plugins/check_curl.d/check_curl_helpers.c | |
| parent | 47b1b2d754d4809006f6dc1aa13ba9c80405975c (diff) | |
| download | monitoring-plugins-f8aad020f7c0be604da8981663b6d815f94ffaa4.tar.gz | |
Run clang-format on everything once again (#2275)
Co-authored-by: Lorenz Kästle <lorenz.kaestle@netways.de>
Diffstat (limited to 'plugins/check_curl.d/check_curl_helpers.c')
| -rw-r--r-- | plugins/check_curl.d/check_curl_helpers.c | 2 |
1 files changed, 1 insertions, 1 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 */ |
