From 6e5c950141e90244f92dc49d4a7cf51335313ea5 Mon Sep 17 00:00:00 2001 From: Ehren Bendler Date: Thu, 1 May 2025 09:53:22 -0400 Subject: [PATCH] fix clang-format error that is blocking CI --- daemon/gamemode-ioprio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/gamemode-ioprio.c b/daemon/gamemode-ioprio.c index 9a7f1ba..1466e65 100644 --- a/daemon/gamemode-ioprio.c +++ b/daemon/gamemode-ioprio.c @@ -60,7 +60,7 @@ POSSIBILITY OF SUCH DAMAGE. #endif #ifndef IOPRIO_PRIO_DATA -#define IOPRIO_PRIO_DATA(mask) ((mask)&IOPRIO_PRIO_MASK) +#define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK) #endif #ifndef IOPRIO_PRIO_VALUE