summaryrefslogtreecommitdiffstats
path: root/plugins/common.h
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2026-06-10 14:49:33 +0200
committerGitHub <noreply@github.com>2026-06-10 14:49:33 +0200
commitf8aad020f7c0be604da8981663b6d815f94ffaa4 (patch)
treee1c7bdeff275778b4dd324d26e826c861d143b48 /plugins/common.h
parent47b1b2d754d4809006f6dc1aa13ba9c80405975c (diff)
downloadmonitoring-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/common.h')
-rw-r--r--plugins/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/common.h b/plugins/common.h
index 9d1434a3..577f70fe 100644
--- a/plugins/common.h
+++ b/plugins/common.h
@@ -207,9 +207,9 @@ enum {
207 207
208/* for checking the result of getopt_long */ 208/* for checking the result of getopt_long */
209#if EOF == -1 209#if EOF == -1
210#define CHECK_EOF(c) ((c) == EOF) 210# define CHECK_EOF(c) ((c) == EOF)
211#else 211#else
212#define CHECK_EOF(c) ((c) == -1 || (c) == EOF) 212# define CHECK_EOF(c) ((c) == -1 || (c) == EOF)
213#endif 213#endif
214 214
215#endif /* _COMMON_H_ */ 215#endif /* _COMMON_H_ */