More clang-format for PDCP

master
Pedro Alvarez 6 years ago committed by Andre Puschmann
parent 491695ab77
commit f90b69e5f4

@ -63,6 +63,6 @@ inline void uint24_to_uint8(uint32_t i, uint8_t* buf)
buf[1] = (i >> 8) & 0xFF; buf[1] = (i >> 8) & 0xFF;
buf[2] = i & 0xFF; buf[2] = i & 0xFF;
} }
}; //namespace
} // namespace srslte
#endif // SRSLTE_INT_HELPERS_H #endif // SRSLTE_INT_HELPERS_H

@ -88,6 +88,4 @@ private:
}; };
} // namespace srslte } // namespace srslte
#endif // SRSLTE_PDCP_H #endif // SRSLTE_PDCP_H

@ -60,7 +60,6 @@ public:
void enable_encryption(uint16_t rnti, uint32_t lcid); void enable_encryption(uint16_t rnti, uint32_t lcid);
private: private:
class user_interface_rlc : public srsue::rlc_interface_pdcp class user_interface_rlc : public srsue::rlc_interface_pdcp
{ {
public: public:
@ -117,6 +116,5 @@ private:
srslte::byte_buffer_pool* pool; srslte::byte_buffer_pool* pool;
}; };
} } // namespace srsenb
#endif // SRSENB_PDCP_H #endif // SRSENB_PDCP_H

Loading…
Cancel
Save