summaryrefslogtreecommitdiffstats
path: root/plugins/common.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/common.h
parent47b1b2d754d4809006f6dc1aa13ba9c80405975c (diff)
downloadmonitoring-plugins-aaed8246c448929057463a1aa04c64e0370f9e46.tar.gz
Run clang-format on everything once again
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_ */