Commit db4215f1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

tftp_rx: code style cleanup

Fixed checksrc warnings
parent 32afaaef
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -596,10 +596,9 @@ static CURLcode tftp_rx(tftp_state_data_t *state, tftp_event_t event)
      state->retries = 0;
    }
    else if(state->block == rblock) {
      /* This is the last recently received block again. Log it and ACK it again. */
      infof(data,
            "Received last DATA packet block %d again.\n",
            rblock);
      /* This is the last recently received block again. Log it and ACK it
         again. */
      infof(data, "Received last DATA packet block %d again.\n", rblock);
    }
    else {
      /* totally unexpected, just log it */