transfer.c: Fixed indentation in readwrite_data.

This commit is contained in:
Julien Chaffraix 2011-04-14 07:15:12 -07:00
parent 7872c8d5a2
commit 9230be0797

View File

@ -509,7 +509,7 @@ static CURLcode readwrite_data(struct SessionHandle *data,
"Rewinding stream by : %zd" "Rewinding stream by : %zd"
" bytes on url %s (zero-length body)\n", " bytes on url %s (zero-length body)\n",
nread, data->state.path); nread, data->state.path);
read_rewind(conn, (size_t)nread); read_rewind(conn, (size_t)nread);
} }
else { else {
infof(data, infof(data,