mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Fix clang-tidy and clazy warnings
This commit is contained in:
@@ -1709,7 +1709,7 @@ namespace BlackCore
|
||||
if (m_webDataServices)
|
||||
{
|
||||
const CUrlList urls(m_webDataServices->getVatsimMetarUrls());
|
||||
if (!urls.empty()) { return urls; }
|
||||
if (!urls.isEmpty()) { return urls; }
|
||||
}
|
||||
if (m_setupReader)
|
||||
{
|
||||
@@ -1724,7 +1724,7 @@ namespace BlackCore
|
||||
if (m_webDataServices)
|
||||
{
|
||||
const CUrlList urls(m_webDataServices->getVatsimDataFileUrls());
|
||||
if (!urls.empty()) { return urls; }
|
||||
if (!urls.isEmpty()) { return urls; }
|
||||
}
|
||||
if (m_setupReader)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user