tab => space

This commit is contained in:
Daniel Stenberg
2006-09-09 11:45:05 +00:00
parent 8ec1bfe897
commit ed72d4e104

View File

@@ -1082,7 +1082,6 @@ static CURLcode ftp_state_use_port(struct connectdata *conn,
if(!addr) {
/* pick a suitable default here */
if (getsockname(conn->sock[FIRSTSOCKET],
(struct sockaddr *)&sa, &sslen)) {
failf(data, "getsockname() failed: %s",