patacongo opened a new issue #1078:
URL: https://github.com/apache/incubator-nuttx/issues/1078


   The following does not generate a long line error.  I should, of course:
   
       
/****************************************************************************
        * junk.c
        
****************************************************************************/
       
       
/****************************************************************************
        * Included Files
        
****************************************************************************/
       
       #include <stdint.h>
       
       
/****************************************************************************
        * Private Types
        
****************************************************************************/
       
       struct a_struct_s
       {
         uint8_t f; /* This is a very long line in a single, right-hand 
comment, No error is reported by nxstyle. */
       };
   
       
/****************************************************************************
        * Public Functions
        
****************************************************************************/
   Related:  Issue #652 


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to