1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-15 20:50:33 +00:00

Remove tabs

This commit is contained in:
Carles Fernandez 2020-03-31 00:34:26 +02:00
parent 0a14a1aa42
commit 2df45a2d06
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -342,18 +342,18 @@ Ad9361FpgaSignalSource::Ad9361FpgaSignalSource(ConfigurationInterface *configura
// override value with commandline flag, if present // override value with commandline flag, if present
if (FLAGS_signal_source != "-") if (FLAGS_signal_source != "-")
{ {
filename_rx1 = FLAGS_signal_source; filename_rx1 = FLAGS_signal_source;
} }
if (FLAGS_s != "-") if (FLAGS_s != "-")
{ {
filename_rx1 = FLAGS_s; filename_rx1 = FLAGS_s;
} }
if (filename_rx1.empty()) if (filename_rx1.empty())
{ {
filename_rx1 = configuration->property(role + ".filename0", empty_string); filename_rx1 = configuration->property(role + ".filename0", empty_string);
filename_rx2 = configuration->property(role + ".filename1", empty_string); filename_rx2 = configuration->property(role + ".filename1", empty_string);
} }
int l1_band = configuration->property("Channels_1C.count", 0) + int l1_band = configuration->property("Channels_1C.count", 0) +
configuration->property("Channels_1B.count", 0); configuration->property("Channels_1B.count", 0);