Reindent after last commit

Originally committed as revision 10882 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Luca Abeni 2007-10-31 07:08:12 +00:00
parent d607861cd5
commit 7d8576c279

View File

@ -127,6 +127,7 @@ static struct addrinfo* udp_ipv6_resolve_host(const char *hostname, int port, in
if ((error = getaddrinfo(node, service, &hints, &res))) {
av_log(NULL, AV_LOG_ERROR, "udp_ipv6_resolve_host: %s\n", gai_strerror(error));
}
return res;
}