Skip to content

Commit

Permalink
fixing indentation of pseudocode.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Jul 16, 2020
1 parent 34db480 commit c11b0dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-recovery.md
Expand Up @@ -1516,8 +1516,8 @@ Invoked from loss detection's OnAckReceived and is supplied with the
newly acked_packets from sent_packets.

~~~
InCongestionRecovery(sent_time):
return sent_time <= congestion_recovery_start_time
InCongestionRecovery(sent_time):
return sent_time <= congestion_recovery_start_time

OnPacketsAcked(acked_packets):
for acked_packet in acked_packets:
Expand Down

0 comments on commit c11b0dd

Please sign in to comment.