Skip to content

Commit 6e5c950

Browse files
ebendlerafayaz-feral
authored andcommitted
fix clang-format error that is blocking CI
1 parent 499af4c commit 6e5c950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daemon/gamemode-ioprio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ POSSIBILITY OF SUCH DAMAGE.
6060
#endif
6161

6262
#ifndef IOPRIO_PRIO_DATA
63-
#define IOPRIO_PRIO_DATA(mask) ((mask)&IOPRIO_PRIO_MASK)
63+
#define IOPRIO_PRIO_DATA(mask) ((mask) & IOPRIO_PRIO_MASK)
6464
#endif
6565

6666
#ifndef IOPRIO_PRIO_VALUE

0 commit comments

Comments
 (0)