1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-31 11:19:18 +00:00

fix whitespace

This commit is contained in:
Jim Melton 2021-02-15 13:46:12 -07:00
parent 75483e1d2d
commit 41c7a7ad7d
No known key found for this signature in database
GPG Key ID: C46392D9AACAB216
5 changed files with 19 additions and 28 deletions

View File

@ -51,14 +51,6 @@ public:
void start() override; void start() override;
/*!
* \brief Returns "Ad9361_Fpga_Signal_Source"
*/
inline std::string implementation() override
{
return ;
}
inline size_t item_size() override inline size_t item_size() override
{ {
return item_size_; return item_size_;

View File

@ -479,4 +479,3 @@ void FileSourceBase::pre_connect_hook(gr::top_block_sptr top_block [[maybe_unuse
void FileSourceBase::post_connect_hook(gr::top_block_sptr top_block [[maybe_unused]]) {} void FileSourceBase::post_connect_hook(gr::top_block_sptr top_block [[maybe_unused]]) {}
void FileSourceBase::pre_disconnect_hook(gr::top_block_sptr top_block [[maybe_unused]]) {} void FileSourceBase::pre_disconnect_hook(gr::top_block_sptr top_block [[maybe_unused]]) {}
void FileSourceBase::post_disconnect_hook(gr::top_block_sptr top_block [[maybe_unused]]) {} void FileSourceBase::post_disconnect_hook(gr::top_block_sptr top_block [[maybe_unused]]) {}