mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:10:06 +00:00
Initial clang format/tidy fixes for level_2_chunks
This commit is contained in:
parent
0bda6296c0
commit
0f95439b61
9 changed files with 108 additions and 103 deletions
|
|
@ -661,7 +661,6 @@ float MapWidget::GetIncomingLevel2Elevation() const
|
|||
return p->radarProductManager_->incoming_level_2_elevation();
|
||||
}
|
||||
|
||||
|
||||
common::Level2Product
|
||||
MapWidgetImpl::GetLevel2ProductOrDefault(const std::string& productName) const
|
||||
{
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ void RadarProductLayer::UpdateSweep()
|
|||
std::try_to_lock);
|
||||
if (!sweepLock.owns_lock())
|
||||
{
|
||||
//logger_->debug("Sweep locked, deferring update");
|
||||
// logger_->debug("Sweep locked, deferring update");
|
||||
return;
|
||||
}
|
||||
logger_->debug("UpdateSweep()");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue