mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Ref T773, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
8e89488bae
commit
fe1e976093
@@ -217,7 +217,7 @@ namespace BlackMisc
|
||||
// Joe McArthur -> valid
|
||||
if (uc > 1 && lc > 2 && lc > uc) { return newRealName; } // mixed case name, no need to beautify
|
||||
if (ch.isLower()) { lc++; continue; }
|
||||
if (ch.isUpper()) { uc++; continue;}
|
||||
if (ch.isUpper()) { uc++; continue; }
|
||||
}
|
||||
|
||||
// simple title case beautifying
|
||||
|
||||
@@ -133,10 +133,10 @@ namespace BlackMisc
|
||||
//! TCAS functionality?
|
||||
void setTcasEnabled(bool tcas) { m_tcasEnabled = tcas; }
|
||||
|
||||
//! Terrain probe to establish ground elevation?
|
||||
//! Terrain probe to query ground elevation enabled?
|
||||
bool isTerrainProbeEnabled() const { return m_terrainProbeEnabled; }
|
||||
|
||||
//! Terrain probe to establish ground elevation?
|
||||
//! Terrain probe to query ground elevation enabled?
|
||||
void setTerrainProbeEnabled(bool enabled) { m_terrainProbeEnabled = enabled; }
|
||||
|
||||
//! Load and parse config file
|
||||
|
||||
Reference in New Issue
Block a user