<HTML><BODY><div>Hi, Igor!</div><div>Thanks for the patch!</div><div>LGTM</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_16910486380891052058_BODY">Fixed the only occurrence of E231 ("missing whitespace after ','") error<br>reported by pycodestyle[1].<br><br>[1]: <a href="https://www.flake8rules.com/rules/E231.html" target="_blank">https://www.flake8rules.com/rules/E231.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 | 2 +-<br> 1 file changed, 1 insertion(+), 1 deletion(-)<br><br>diff --git a/src/luajit_lldb.py b/src/luajit_lldb.py<br>index b9c8a0b9..a7a756e9 100644<br>--- a/src/luajit_lldb.py<br>+++ b/src/luajit_lldb.py<br>@@ -166,7 +166,7 @@ c_structs = {<br>         ('uint', 'state')<br>     ],<br>     'GChead': [<br>- ('GCRef','nextgc')<br>+ ('GCRef', 'nextgc')<br>     ],<br>     'GCobj': [<br>         ('GChead', 'gch')<br>--<br>2.30.2</div></div></div></div></blockquote><div> </div></div></blockquote></BODY></HTML>