mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	clang-tidy claims this is more correct
This commit is contained in:
		| @@ -40,7 +40,7 @@ size_t SignalSourceBase::getRfChannels() const | |||||||
| gr::basic_block_sptr SignalSourceBase::get_left_block() | gr::basic_block_sptr SignalSourceBase::get_left_block() | ||||||
| { | { | ||||||
|     LOG(WARNING) << "Trying to get signal source left block."; |     LOG(WARNING) << "Trying to get signal source left block."; | ||||||
|     return gr::basic_block_sptr(); |     return {}; | ||||||
| } | } | ||||||
|  |  | ||||||
| SignalSourceBase::SignalSourceBase(ConfigurationInterface const* configuration, std::string role, std::string impl) | SignalSourceBase::SignalSourceBase(ConfigurationInterface const* configuration, std::string role, std::string impl) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jim Melton
					Jim Melton