1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

replaced tabs by spaces, removed trailing tabs/spaces.

This commit is contained in:
Gunter Knauf 2010-02-13 18:29:59 +00:00
parent c703d01a23
commit ac04add596

View File

@ -147,8 +147,8 @@ void destroy_thread_sync_data(struct thread_sync_data * tsd)
static
int init_thread_sync_data(struct thread_sync_data * tsd,
const char * hostname,
int port,
const struct addrinfo *hints)
int port,
const struct addrinfo *hints)
{
memset(tsd, 0, sizeof(*tsd));