summaryrefslogtreecommitdiffstats
path: root/plugins/check_curl.d/config.h
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:35:06 +0200
commitaaed8246c448929057463a1aa04c64e0370f9e46 (patch)
treee1c7bdeff275778b4dd324d26e826c861d143b48 /plugins/check_curl.d/config.h
parent47b1b2d754d4809006f6dc1aa13ba9c80405975c (diff)
downloadmonitoring-plugins-aaed8246.tar.gz
Run clang-format on everything once again
Diffstat (limited to 'plugins/check_curl.d/config.h')
-rw-r--r--plugins/check_curl.d/config.h1
1 files changed, 0 insertions, 1 deletions
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;