Skip to content

Commit e22a793

Browse files
encukouvstinner
andauthored
Modules/_testcapimodule.c: PEP 7
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent a9d1708 commit e22a793

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Modules/_testcapimodule.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2608,7 +2608,8 @@ create_managed_weakref_nogc_type(PyObject *self, PyObject *Py_UNUSED(args))
26082608

26092609

26102610
static PyObject*
2611-
test_soft_deprecated_macros(PyObject *Py_UNUSED(self), PyObject *Py_UNUSED(args)) {
2611+
test_soft_deprecated_macros(PyObject *Py_UNUSED(self), PyObject *Py_UNUSED(args))
2612+
{
26122613
// Test soft-deprecated macros
26132614
Py_ALIGNED(64) char buf[4];
26142615
#ifdef __GNUC__

0 commit comments

Comments
 (0)