Skip to content

Commit 526034a

Browse files
committed
Address code review
1 parent f31e283 commit 526034a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/_testcapi/mem.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,7 @@ get_process_memory_usage(PyObject *self, PyObject *args)
715715
if (!PyArg_ParseTuple(args, "i", &pid)) {
716716
return NULL;
717717
}
718+
718719
#if TARGET_OS_OSX
719720
// macOS: proc_pidinfo(PROC_PIDTASKINFO).pti_resident_size
720721
struct proc_taskinfo pti;

0 commit comments

Comments
 (0)