<HTML><BODY><div>Hi, Igor!</div><div>Thanks for the patch!</div><div>LGTM</div><div> </div><div data-signature-widget="container"><div data-signature-widget="content"><div>--<br>Best regards,</div><div>Maxim Kokryashkin</div></div></div><div> </div><div> </div><blockquote style="border-left:1px solid #0857A6; margin:10px; padding:0 0 0 10px;"><div> <blockquote style="border-left:1px solid #0857A6; margin:10px; padding:0 0 0 10px;"><div id=""><div class="js-helper js-readmsg-msg"><div><div id="style_16910486411303143892_BODY">Fixed the only occurrence of E301 ("expected 1 blank line, found 0")<br>error reported by pycodestyle[1].<br><br>[1]: <a href="https://www.flake8rules.com/rules/E301.html" target="_blank">https://www.flake8rules.com/rules/E301.html</a><br><br>Signed-off-by: Igor Munkin <<a href="/compose?To=imun@tarantool.org">imun@tarantool.org</a>><br>---<br> src/luajit_lldb.py | 1 +<br> 1 file changed, 1 insertion(+)<br><br>diff --git a/src/luajit_lldb.py b/src/luajit_lldb.py<br>index f502a0e6..b62705c3 100644<br>--- a/src/luajit_lldb.py<br>+++ b/src/luajit_lldb.py<br>@@ -215,6 +215,7 @@ for cls in c_structs.keys():<br> <br> for cls in Struct.__subclasses__():<br>     ptr_name = cls.__name__ + 'Ptr'<br>+<br>     def make_ptr_init(nm, cls):<br>         return type(<br>                 nm,<br>--<br>2.30.2</div></div></div></div></blockquote><div> </div></div></blockquote></BODY></HTML>