TFTP: re-indented the source code

Just made sure that the good old curl indentation style is used all over
this file.
This commit is contained in:
Daniel Stenberg 2010-09-26 23:38:00 +02:00
parent 6bf2014745
commit 33c3bb057b
1 changed files with 60 additions and 60 deletions

View File

@ -755,9 +755,9 @@ static CURLcode tftp_tx(tftp_state_data_t *state, tftp_event_t event)
time(&state->rx_time);
state->block++;
}
else {
else
state->block = 1; /* first data block is 1 when using OACK */
}
state->retries = 0;
setpacketevent(&state->spacket, TFTP_EVENT_DATA);
setpacketblock(&state->spacket, state->block);