1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-04-04 09:47:02 +00:00

Apply coding style

This commit is contained in:
Carles Fernandez 2018-01-23 20:09:39 +01:00
parent 2a9d6975e0
commit 35c11d0120

View File

@ -61,10 +61,10 @@ LabsatSignalSource::LabsatSignalSource(ConfigurationInterface* configuration,
labsat23_source_ = labsat23_make_source(filename_.c_str(),channel_selector);
DLOG(INFO) << "Item size " << item_size_;
DLOG(INFO) << "labsat23_source_(" << labsat23_source_->unique_id() << ")";
}else
}
else
{
LOG(WARNING) << item_type_
<< " unrecognized item type for LabSat source";
LOG(WARNING) << item_type_ << " unrecognized item type for LabSat source";
item_size_ = sizeof(short);
}
if (dump_)