utzig commented on issue #2233: Fix console echo handling
URL: https://github.com/apache/mynewt-core/pull/2233#issuecomment-596582750
 
 
   ```
            default:
                insert_char(&input->line[cur], byte, end);
   -            /* Falls through. */
   +        /* Falls through. */
            case '\r':
   -            /* Falls through. */
   +        /* Falls through. */
            case '\n':
   ```
   
   Funny one, the style checker does not know what "fall through" means and 
thinks that your comment applies to the next `case`!

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to