Hi, Igor! Thanks for the patch! LGTM   -- Best regards, Maxim Kokryashkin     >  >>Fixed the only occurrence of E301 ("expected 1 blank line, found 0") >>error reported by pycodestyle[1]. >> >>[1]: https://www.flake8rules.com/rules/E301.html >> >>Signed-off-by: Igor Munkin < imun@tarantool.org > >>--- >> src/luajit_lldb.py | 1 + >> 1 file changed, 1 insertion(+) >> >>diff --git a/src/luajit_lldb.py b/src/luajit_lldb.py >>index f502a0e6..b62705c3 100644 >>--- a/src/luajit_lldb.py >>+++ b/src/luajit_lldb.py >>@@ -215,6 +215,7 @@ for cls in c_structs.keys(): >>  >> for cls in Struct.__subclasses__(): >>     ptr_name = cls.__name__ + 'Ptr' >>+ >>     def make_ptr_init(nm, cls): >>         return type( >>                 nm, >>-- >>2.30.2 >