Skip to content

Commit b3d8547

Browse files
corona10picnixz
andauthored
Update Include/internal/pycore_pymem.h
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 979ce02 commit b3d8547

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Include/internal/pycore_pymem.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ static inline int _PyMem_IsULongFreed(unsigned long value)
9595
#endif
9696
}
9797

98-
static inline int _PyMem_Annotate_Mmap(void *addr, size_t size, const char *name)
98+
static inline int
99+
_PyMem_Annotate_Mmap(void *addr, size_t size, const char *name)
99100
{
100101
#if defined(Py_DEBUG) && defined(HAVE_PR_SET_VMA_ANON_NAME)
101102
prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, (unsigned long)addr, size, name);

0 commit comments

Comments
 (0)