mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-08-14 14:18:54 +00:00
Transition to clang-format 19
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
||||
assert(RF_channel >= 0);
|
||||
if (RF_channel == 0)
|
||||
{
|
||||
}; // avoid unused param warning
|
||||
}; // avoid unused param warning
|
||||
return nullptr; // added to support raw array access (non pure virtual to allow left unimplemented)= 0;
|
||||
}
|
||||
virtual gr::basic_block_sptr get_right_block(int RF_channel)
|
||||
@@ -91,14 +91,14 @@ public:
|
||||
assert(RF_channel >= 0);
|
||||
if (RF_channel == 0)
|
||||
{
|
||||
}; // avoid unused param warning
|
||||
}; // avoid unused param warning
|
||||
return nullptr; // added to support raw array access (non pure virtual to allow left unimplemented)= 0;
|
||||
}
|
||||
|
||||
/*!
|
||||
* \brief Start the flow of samples if needed.
|
||||
*/
|
||||
virtual void start(){};
|
||||
virtual void start() {};
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user