minor indent fix

pull/1/head
Daniel Stenberg 16 years ago
parent f31add0695
commit 7ff288f0b9
  1. 3
      ares_init.c

@ -430,7 +430,8 @@ static int init_by_options(ares_channel channel,
return ARES_ENOMEM;
for (i = 0; i < options->nsort; i++)
{
memcpy(&(channel->sortlist[i]), &(options->sortlist[i]), sizeof(struct apattern));
memcpy(&(channel->sortlist[i]), &(options->sortlist[i]),
sizeof(struct apattern));
}
channel->nsort = options->nsort;
}

Loading…
Cancel
Save