1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-31 16:52:10 +01:00

Uncrustify

This commit is contained in:
m_thread 2015-02-23 00:00:11 +01:00
parent 423191eae1
commit ae0e79172f
4 changed files with 35 additions and 35 deletions

View File

@ -59,6 +59,7 @@ bool EscPage::validatePage()
void EscPage::initializePage() void EscPage::initializePage()
{ {
bool enabled = true; bool enabled = true;
switch (getWizard()->getControllerType()) { switch (getWizard()->getControllerType()) {
case SetupWizard::CONTROLLER_CC: case SetupWizard::CONTROLLER_CC:
case SetupWizard::CONTROLLER_CC3D: case SetupWizard::CONTROLLER_CC3D:

View File

@ -45,7 +45,6 @@ public:
private: private:
Ui::EscPage *ui; Ui::EscPage *ui;
}; };
#endif // ESCPAGE_H #endif // ESCPAGE_H