)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":1000687,"name":"Tomas Vanek","display_name":"Tomas Vanek","email":"vanekt@fbl.cz","username":"vanekt"},"change_message_id":"83b45d624b0170bdf83b3743335b340ee0cb3762","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"56e6bafb_f68ecc74","updated":"2024-04-06 12:33:36.000000000","message":"Antonio,\nthere is numerous usage of 2 TAB indentation in a multiline condition and the following \u0027then\u0027 block is indented by 1 TAB only:\n```\n    if (condition_1\n            || condition_2) {\n        block;\n    }\n```\nAlthough not as nice as the style you proposing, this seems being accepted by the latest checkpatch. I also see an advantage in not wasting the line length by 2 TAB when nesting more conditional blocks.\n\nDo you want to allow both alternatives or discourage this one?","commit_id":"4fb7bd5a7c35fa452a1a8b5b1e16694f24e264a5"},{"author":{"_account_id":1000021,"name":"Antonio Borneo","email":"borneo.antonio@gmail.com","username":"borneoa"},"change_message_id":"8637f01c7e05d2ccf599b4e8dc059face473784c","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"c9461a43_51da967a","in_reply_to":"56e6bafb_f68ecc74","updated":"2024-04-07 10:23:34.000000000","message":"All these are compromises between OpenOCD using TAB size of 4, and our willing to re-use checkpatch for Linux kernel originally developed for TAB size of 8.\n\nSome time ago someone proposed this dual TAB in the \u0027then\u0027 block as a solution. I\u0027m not fully happy with it, but it\u0027s a solution.\nSince Michael Heimpold needs to copy the existing libgpiod driver to setup libgpiodv2, I made this patch to drop the checkpatch error.\nBut this patch only works for the \u0027then\u0027 block, creating a mismatch with the optional \u0027else\u0027 block.\n\nI think your proposal is simpler and does not requires special alchemies on checkpatch.\nI think I will drop this patch, fix libgpiod and add a remark in coding style.","commit_id":"4fb7bd5a7c35fa452a1a8b5b1e16694f24e264a5"}]}
