mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Ref T773, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
e611f5109d
commit
f2096bd826
@@ -410,7 +410,7 @@ namespace BlackGui
|
||||
|
||||
void CInterpolationLogDisplay::onInjectElevation()
|
||||
{
|
||||
if (!m_simulator) { return; }
|
||||
if (!m_simulator) { return; }
|
||||
const QString elv = ui->le_InjectElevation->text().trimmed();
|
||||
if (elv.isEmpty()) { return; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user