gustavonihei commented on a change in pull request #695:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/695#discussion_r622260185
##########
File path: netutils/webclient/webclient.c
##########
@@ -132,6 +129,37 @@
* Private Types
****************************************************************************/
+enum webclient_state
Review comment:
```suggestion
enum webclient_state_e
```
According to the coding style, enumeration names must end with the suffix
`_e`.
--
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]