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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org