1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

missing uncrustification

This commit is contained in:
Alessio Morale 2015-02-24 22:04:11 +01:00
parent 81b9d2e379
commit 400a99f365

View File

@ -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") {