From f8aad020f7c0be604da8981663b6d815f94ffaa4 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Wed, 10 Jun 2026 14:49:33 +0200 Subject: Run clang-format on everything once again (#2275) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Lorenz Kästle --- plugins/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/common.h') 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 { /* for checking the result of getopt_long */ #if EOF == -1 -#define CHECK_EOF(c) ((c) == EOF) +# define CHECK_EOF(c) ((c) == EOF) #else -#define CHECK_EOF(c) ((c) == -1 || (c) == EOF) +# define CHECK_EOF(c) ((c) == -1 || (c) == EOF) #endif #endif /* _COMMON_H_ */ -- cgit v1.2.3-74-g34f1