mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
missing uncrustification
This commit is contained in:
parent
81b9d2e379
commit
400a99f365
@ -119,7 +119,7 @@ void OutputChannelForm::enableChannelTest(bool state)
|
||||
ui.actuatorMin->setEnabled(false);
|
||||
ui.actuatorMax->setEnabled(false);
|
||||
ui.actuatorRev->setEnabled(false);
|
||||
} else if (m_mixerType != "Disabled"){
|
||||
} else if (m_mixerType != "Disabled") {
|
||||
ui.actuatorMin->setEnabled(true);
|
||||
ui.actuatorMax->setEnabled(true);
|
||||
if (m_mixerType != "Motor") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user