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

   From the comments in the code:
   
   > The first line of a block comment starts with "[slash]***" and ends
   > with "***"
   
   and:
   
   > The last line of a block begins with whitespace then "***" and ends
   > with "***[slash]"
   
   However, the second is not written in the program, because
   
        return e;
   
   returns the length of the line without the leading space, which makes the 
first line of a block comment ends with a space ' ' instead of '*' to make the 
lengths the same.
   
   Please, note that I am not sure if the missing '*' at the end of the first 
line of a block comment is intentional, so take this PR more like a question. 
Thanks.
   
   ## Summary
   
   Everywhere in the code, the first line of a block comment ends at column 77 
instead of a column 78.
   
   ## Impact
   
   NuttX style.
   
   ## Testing
   
   Tested on a block comment where the start and the end of the block comment 
have the same length.


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