aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-03-10 09:36:49 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-03-10 09:36:49 +0100
commit549b1a433ae44b418ff861a06122a1c366eabd3e (patch)
treea61e235d5437d7561155403affa2f4eb379044a8
parent77e172671998037d9d71f84b3b28a2fa1390daff (diff)
url.c: fix clang warning: no newline at end of file
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index 277c4cced..218929d53 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
+}