You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/03/26 14:40:30 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #628: nxstyle: "Operator/assignment must be preceded with whitespace"

xiaoxiang781216 commented on issue #628: nxstyle: "Operator/assignment must be preceded with whitespace"
URL: https://github.com/apache/incubator-nuttx/issues/628#issuecomment-604469146
 
 
   > nxstyle doesn't like the following line in apps/examples/sotest/sotest_main.c
   > 
   > ```
   >   testfunc = (CODE void (*)(FAR const char *))dlsym(handle2, "testfunc1");
   > ```
   > 
   > to me, the style seems perfectly fine.
   
   I guess nxstyle like this:
   ```
    testfunc = (CODE void ( * )(FAR const char *))dlsym(handle2, "testfunc1");
   ```
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services