url.c: fix clang warning: no newline at end of file

This commit is contained in:
Daniel Stenberg 2016-03-10 09:36:49 +01:00
parent 77e1726719
commit 549b1a433a
1 changed files with 1 additions and 1 deletions

View File

@ -6476,4 +6476,4 @@ unsigned int get_protocol_family(unsigned int protocol)
}
return family;
}
}