From f8683499a645f5ff08a6459c367c659832804f21 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Mon, 3 Oct 2016 14:33:57 +0200 Subject: [PATCH] TFTP: Add missing newline at end of file --- src/apps/tftp/tftp_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/tftp/tftp_server.c b/src/apps/tftp/tftp_server.c index 89dd7a1c..2363adce 100644 --- a/src/apps/tftp/tftp_server.c +++ b/src/apps/tftp/tftp_server.c @@ -414,4 +414,4 @@ tftp_init(const struct tftp_context *ctx) return ERR_OK; } -#endif /* LWIP_UDP */ \ No newline at end of file +#endif /* LWIP_UDP */