mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-07 18:54:06 +00:00
Remove tabs
This commit is contained in:
@@ -1591,8 +1591,8 @@ void GNSSFlowgraph::init()
|
||||
DLOG(INFO) << "Blocks instantiated. " << channels_count_ << " channels.";
|
||||
|
||||
/*
|
||||
* Instantiate the receiver monitor block, if required
|
||||
*/
|
||||
* Instantiate the receiver monitor block, if required
|
||||
*/
|
||||
enable_monitor_ = configuration_->property("Monitor.enable_monitor", false);
|
||||
bool enable_protobuf = configuration_->property("Monitor.enable_protobuf", true);
|
||||
if (configuration_->property("PVT.enable_protobuf", false) == true)
|
||||
|
||||
Reference in New Issue
Block a user