pkarashchenko commented on code in PR #8998:
URL: https://github.com/apache/nuttx/pull/8998#discussion_r1162335605


##########
tools/nxstyle.c:
##########
@@ -127,6 +127,7 @@ static int g_rangenumber        = 0;
 static int g_rangestart[RANGE_NUMBER];
 static int g_rangecount[RANGE_NUMBER];
 static char g_file_name[PATH_MAX];
+static bool g_skipmixedcase     = false;

Review Comment:
   ```suggestion
   static bool g_skipmixedcase;
   ```
   



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