Skip to content

Commit c94712f

Browse files
committed
chore: add parens
Signed-off-by: krishna2803 <[email protected]>
1 parent 9a6ad67 commit c94712f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/include/llvm-libc-types/cpu_set_t.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define LLVM_LIBC_TYPES_CPU_SET_T_H
1111

1212
#define __CPU_SETSIZE 1024
13-
#define __NCPUBITS 8 * sizeof(unsigned long)
13+
#define __NCPUBITS (8 * sizeof(unsigned long))
1414

1515
typedef struct {
1616
// If a processor with more than 1024 CPUs is to be supported in future,

0 commit comments

Comments
 (0)