Skip to content

Commit 31c2549

Browse files
committed
Remove stray newline changes.
1 parent fe98341 commit 31c2549

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Include/internal/pycore_interp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ extern "C" {
1010

1111
#include "pycore_interp_structs.h" // PyInterpreterState
1212

13+
1314
/* interpreter state */
1415

1516
#define _PyInterpreterState_WHENCE_NOTSET -1

Objects/object.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3344,6 +3344,7 @@ PyRefTracer PyRefTracer_GetTracer(void** data) {
33443344
}
33453345

33463346

3347+
33473348
static PyObject* constants[] = {
33483349
&_Py_NoneStruct, // Py_CONSTANT_NONE
33493350
(PyObject*)(&_Py_FalseStruct), // Py_CONSTANT_FALSE
@@ -3402,6 +3403,7 @@ Py_TYPE(PyObject *ob)
34023403
return _Py_TYPE(ob);
34033404
}
34043405

3406+
34053407
// Py_REFCNT() implementation for the stable ABI
34063408
#undef Py_REFCNT
34073409
Py_ssize_t

0 commit comments

Comments
 (0)