mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-11-04 09:13:05 +00:00 
			
		
		
		
	make clang-format happy
This commit is contained in:
		@@ -123,11 +123,6 @@ DMASignalSourceFPGA::DMASignalSourceFPGA(const ConfigurationInterface *configura
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    if (samples_ == 0)  // read all file
 | 
					    if (samples_ == 0)  // read all file
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            /*!
 | 
					 | 
				
			||||||
                     * BUG workaround: The GNU Radio file source does not stop the receiver after reaching the End of File.
 | 
					 | 
				
			||||||
                     * A possible solution is to compute the file length in samples using file size, excluding the last 100 milliseconds, and enable always the
 | 
					 | 
				
			||||||
                     * valve block
 | 
					 | 
				
			||||||
                     */
 | 
					 | 
				
			||||||
            std::ifstream file(filename0_.c_str(), std::ios::in | std::ios::binary | std::ios::ate);
 | 
					            std::ifstream file(filename0_.c_str(), std::ios::in | std::ios::binary | std::ios::ate);
 | 
				
			||||||
            std::ifstream::pos_type size;
 | 
					            std::ifstream::pos_type size;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user