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:
parent
75483e1d2d
commit
41c7a7ad7d
@ -51,14 +51,6 @@ public:
|
||||
|
||||
void start() override;
|
||||
|
||||
/*!
|
||||
* \brief Returns "Ad9361_Fpga_Signal_Source"
|
||||
*/
|
||||
inline std::string implementation() override
|
||||
{
|
||||
return ;
|
||||
}
|
||||
|
||||
inline size_t item_size() override
|
||||
{
|
||||
return item_size_;
|
||||
|
@ -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::pre_disconnect_hook(gr::top_block_sptr top_block [[maybe_unused]]) {}
|
||||
void FileSourceBase::post_disconnect_hook(gr::top_block_sptr top_block [[maybe_unused]]) {}
|
||||
|
||||
|
@ -86,7 +86,7 @@ protected:
|
||||
// sub-classes to impose their will
|
||||
FileSourceBase(ConfigurationInterface const* configuration, std::string role, std::string impl,
|
||||
Concurrent_Queue<pmt::pmt_t>* queue,
|
||||
std::string default_item_type="short");
|
||||
std::string default_item_type = "short");
|
||||
|
||||
//! perform post-construction initialization
|
||||
void init();
|
||||
|
Loading…
Reference in New Issue
Block a user