Kaydet (Commit) af4a1f20 authored tarafından Victor Stinner's avatar Victor Stinner

fix indentation in Py_DECREF()

üst ee803a8d
...@@ -785,7 +785,7 @@ PyAPI_FUNC(void) _Py_Dealloc(PyObject *); ...@@ -785,7 +785,7 @@ PyAPI_FUNC(void) _Py_Dealloc(PyObject *);
--(_py_decref_tmp)->ob_refcnt != 0) \ --(_py_decref_tmp)->ob_refcnt != 0) \
_Py_CHECK_REFCNT(_py_decref_tmp) \ _Py_CHECK_REFCNT(_py_decref_tmp) \
else \ else \
_Py_Dealloc(_py_decref_tmp); \ _Py_Dealloc(_py_decref_tmp); \
} while (0) } while (0)
/* Safely decref `op` and set `op` to NULL, especially useful in tp_clear /* Safely decref `op` and set `op` to NULL, especially useful in tp_clear
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment