Skip to content

Commit

Permalink
Fixed indents.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko authored Aug 1, 2024
1 parent 73d7726 commit b7c5226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srtcore/buffer_rcv.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ class CRcvBuffer
PacketInfo getFirstReadablePacketInfo(time_point time_now) const;

/// @brief Get the sequence number of the first packet that can't be read
/// (either because it is missing, or because it is a part of a bigger message
/// that is not fully available yet).
/// (either because it is missing, or because it is a part of a bigger message
/// that is not fully available yet).
int32_t getFirstNonreadSeqNo() const;

/// Get information on packets available to be read.
Expand Down

0 comments on commit b7c5226

Please sign in to comment.