From 796f98beb252fade4c16cdb163392d57d4a13fbb Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Wed, 12 Sep 2018 22:41:07 +0200 Subject: [PATCH] Fix no newline at end of http_client.c --- src/apps/http/http_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/http/http_client.c b/src/apps/http/http_client.c index 4b274891..9198c89d 100644 --- a/src/apps/http/http_client.c +++ b/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 */ \ No newline at end of file +#endif /* LWIP_TCP && LWIP_CALLBACK_API */