lib,rlc_am_nr: cosmetic change -- clang format

This commit is contained in:
Robert Falkenberg 2022-05-09 16:50:53 +02:00
parent 9a34d4d81b
commit ebbecbe27c
1 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,8 @@
namespace srsran {
const uint32_t INVALID_RLC_SN = 0xFFFFFFFF;
const uint32_t RETX_COUNT_NOT_STARTED = 0xFFFFFFFF;
const uint32_t INVALID_RLC_SN = 0xFFFFFFFF;
const uint32_t RETX_COUNT_NOT_STARTED = 0xFFFFFFFF;
///< AM NR PDU header
struct rlc_am_nr_pdu_header_t {
@ -97,7 +97,7 @@ private:
/// Stores the current packed size; sync on each change of nacks_
uint32_t packed_size_ = rlc_am_nr_status_pdu_sizeof_header_ack_sn;
void refresh_packed_size();
void refresh_packed_size();
uint32_t nack_size(const rlc_status_nack_t& nack) const;
public: