From bc57e5d4c50f26bce1098e36f471a8a05b480332 Mon Sep 17 00:00:00 2001 From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Mon, 27 Jan 2025 00:20:33 +0000 Subject: [PATCH] Add missing newline in pycore_ceval.hwhitespace --- Include/internal/pycore_ceval.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Include/internal/pycore_ceval.h b/Include/internal/pycore_ceval.h index b6ce954da8f4d0..921b1cfcd3ac4d 100644 --- a/Include/internal/pycore_ceval.h +++ b/Include/internal/pycore_ceval.h @@ -157,6 +157,7 @@ extern int _Py_HandlePending(PyThreadState *tstate); extern PyObject * _PyEval_GetFrameLocals(void); + #ifdef __cplusplus } #endif