You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/10/10 17:04:39 UTC

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1340: Fix the minor style issue

xiaoxiang781216 commented on code in PR #1340:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1340#discussion_r991495615


##########
netutils/libcurl4nx/curl4nx_easy_perform.c:
##########
@@ -140,15 +140,15 @@ static int curl4nx_is_header(FAR char *buf, int len,
 int curl4nx_easy_perform(FAR struct curl4nx_s *handle)
 {
   struct sockaddr_in server;
-  FILE *             stream;     /* IOSTREAM used to printf in the socket TODO avoid */
+  FILE              *stream;     /* IOSTREAM used to printf in the socket TODO avoid */

Review Comment:
   Done.



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org