xiaoxiang781216 commented on code in PR #1362: URL: https://github.com/apache/incubator-nuttx-apps/pull/1362#discussion_r999033367
########## system/telnet/telnet_client.c: ########## @@ -286,7 +297,9 @@ int main(int argc, FAR char *argv[]) #ifdef CONFIG_NET_IPv4 struct sockaddr_in ipv4; #endif - } server; + } + + server; Review Comment: here is the nxstyle warning: ``` apps/system/telnet/telnet_client.c:300:3: error: Right brace must be followed by a blank line apps/system/telnet/telnet_client.c:310:3: error: Right brace must be followed by a blank line ``` -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org