1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-13 05:37:20 +00:00

Apply clang-tidy

This commit is contained in:
Carles Fernandez
2019-09-11 22:31:34 +00:00
parent e2d4fab080
commit 0520d400b3
53 changed files with 134 additions and 135 deletions

View File

@@ -116,7 +116,7 @@ class FrontEndCal_msg_rx : public gr::block
{
private:
friend FrontEndCal_msg_rx_sptr FrontEndCal_msg_rx_make();
void msg_handler_events(pmt::pmt_t msg);
void msg_handler_events(const pmt::pmt_t& msg);
FrontEndCal_msg_rx();
public:
@@ -130,7 +130,7 @@ FrontEndCal_msg_rx_sptr FrontEndCal_msg_rx_make()
}
void FrontEndCal_msg_rx::msg_handler_events(pmt::pmt_t msg)
void FrontEndCal_msg_rx::msg_handler_events(const pmt::pmt_t& msg)
{
try
{