patacongo commented on PR #19555: URL: https://github.com/apache/nuttx/pull/19555#issuecomment-5622496281
[https://avatars.githubusercontent.com/u/68998543?s=20&v=4]michallenc left a comment (apache/nuttx#19555)<https://github.com/apache/nuttx/pull/19555#issuecomment-5622226895> @raiden00pl<https://github.com/raiden00pl> I've come across this issue: FILE *file_ptrs[2] = { NULL, NULL }; results in Bad left brace alignment error while the following code passes without warnings. FILE *file_ptrs[2] = { NULL, NULL }; This is intended? It's not consistent with other alignment, even the following one passes without warnings. The first follows the coding standard. The second does not. Old reference: https://cwiki.apache.org/confluence/spaces/NUTTX/pages/139629417/Coding+Standard#braces -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
