Browse Source

Fix no newline at end of http_client.c

STABLE-2_1_x
Dirk Ziegelmeier 8 years ago
parent
commit
796f98beb2
  1. 2
      src/apps/http/http_client.c

2
src/apps/http/http_client.c

@ -905,4 +905,4 @@ httpc_get_file_dns_to_disk(const char* server_name, u16_t port, const char* uri,
}
#endif /* LWIP_HTTPC_HAVE_FILE_IO */
#endif /* LWIP_TCP && LWIP_CALLBACK_API */
#endif /* LWIP_TCP && LWIP_CALLBACK_API */

Loading…
Cancel
Save