mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-11-03 16:53:04 +00:00 
			
		
		
		
	clang-tidy: apply readability-else-after-return check
See https://clang.llvm.org/extra/clang-tidy/checks/readability-else-after-return.html
This commit is contained in:
		@@ -315,7 +315,7 @@ gr::basic_block_sptr BeidouB1iPcpsAcquisition::get_left_block()
 | 
			
		||||
        {
 | 
			
		||||
            return acquisition_;
 | 
			
		||||
        }
 | 
			
		||||
    else if (item_type_ == "cshort")
 | 
			
		||||
    if (item_type_ == "cshort")
 | 
			
		||||
        {
 | 
			
		||||
            return acquisition_;
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user