8000 Indent conditional define · python/cpython@e9eed72 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9eed72

Browse files
committed
Indent conditional define
1 parent 63200cd commit e9eed72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_interp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ struct _stoptheworld_state {
6262
#ifdef Py_GIL_DISABLED
6363
// This should be prime but otherwise the choice is arbitrary. A larger value
6464
// increases concurrency at the expense of memory.
65-
#define NUM_WEAKREF_LIST_LOCKS 127
65+
# define NUM_WEAKREF_LIST_LOCKS 127
6666
#endif
6767

6868
/* cross-interpreter data registry */

0 commit comments

Comments
 (0)
0