raiden00pl opened a new pull request, #19955:
URL: https://github.com/apache/nuttx/pull/19955

   ## Summary
   
   The brace was compared against the line before it rather than the line the 
statement began on, so a macro broken over two lines was reported.
   
   ## Impact
   
   nxstyle fix
   
   ## Testing
   
   code below not return nxstyle errors:
   
   ```
   int demo(int a)
   {
     list_for_every_entry(&g_list, node, entry,
                          foo_s, bar_s)
       {
         a++;
       }
   
     return a;
   }
   
   ```
   


-- 
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]

Reply via email to