xiaoxiang781216 commented on code in PR #1340: URL: https://github.com/apache/incubator-nuttx-apps/pull/1340#discussion_r991495975
########## 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 */ int rxoff; /* Current offset within RX buffer */ char tmpbuf[16]; /* Buffer to hold small strings */ int tmplen; /* Number of bytes used in tmpbuffer */ int state; /* Current state of the parser */ int ret; /* Return value from internal calls */ - char * headerbuf; + char *headerbuf; int headerlen; - char * end; + char *end; 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