From acd7dc7ab06c5ee89155f10bf184af4839884fb6 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Salgado Date: Wed, 13 Mar 2024 00:00:14 +0000 Subject: Fix linting for Modules/gcmodule.c (#116691) --- Modules/gcmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/gcmodule.c b/Modules/gcmodule.c index c9b5aab..f8c774c 100644 --- a/Modules/gcmodule.c +++ b/Modules/gcmodule.c @@ -2290,7 +2290,7 @@ _Py_RunGC(PyThreadState *tstate) GCState *gcstate = &tstate->interp->gc; if (!gcstate->enabled) { return; - } + } gcstate->collecting = 1; gc_collect_generations(tstate); gcstate->collecting = 0; -- cgit v0.12