mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
Apply clang-format
This commit is contained in:
parent
fb0093aaab
commit
54698bd211
@ -189,7 +189,7 @@ bool config_ad9361_rx_local(uint64_t bandwidth_,
|
||||
bool quadrature_,
|
||||
bool rfdc_,
|
||||
bool bbdc_,
|
||||
const std::string& filter_source_,
|
||||
const std::string &filter_source_,
|
||||
std::string filter_filename_,
|
||||
float Fpass_,
|
||||
float Fstop_)
|
||||
@ -409,7 +409,7 @@ bool config_ad9361_rx_remote(const std::string &remote_host,
|
||||
bool quadrature_,
|
||||
bool rfdc_,
|
||||
bool bbdc_,
|
||||
const std::string& filter_source_,
|
||||
const std::string &filter_source_,
|
||||
std::string filter_filename_,
|
||||
float Fpass_,
|
||||
float Fstop_)
|
||||
|
@ -93,7 +93,7 @@ bool config_ad9361_rx_local(uint64_t bandwidth_,
|
||||
bool quadrature_,
|
||||
bool rfdc_,
|
||||
bool bbdc_,
|
||||
const std::string& filter_source_,
|
||||
const std::string &filter_source_,
|
||||
std::string filter_filename_,
|
||||
float Fpass_,
|
||||
float Fstop_);
|
||||
|
Loading…
Reference in New Issue
Block a user