Skip to content

Commit

Permalink
Removed tabs to comply with project's code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrykos committed Dec 11, 2017
1 parent 70166d5 commit dfc5be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vtls/vtls.c
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ static int multissl_init(const struct Curl_ssl *backend)
for(i = 0; available_backends[i]; i++) {
if(strcasecompare(env, available_backends[i]->info.name)) {
Curl_ssl = available_backends[i];
curl_free(env_tmp);
curl_free(env_tmp);
return 0;
}
}
Expand Down

0 comments on commit dfc5be9

Please sign in to comment.