From: Daniel Stenberg Date: Thu, 10 Mar 2016 08:36:49 +0000 (+0100) Subject: url.c: fix clang warning: no newline at end of file X-Git-Tag: curl-7_48_0~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=549b1a433ae44b418ff861a06122a1c366eabd3e;p=thirdparty%2Fcurl.git url.c: fix clang warning: no newline at end of file --- diff --git a/lib/url.c b/lib/url.c index 277c4cced3..218929d534 100644 --- a/lib/url.c +++ b/lib/url.c @@ -6476,4 +6476,4 @@ unsigned int get_protocol_family(unsigned int protocol) } return family; -} \ No newline at end of file +}