1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-16 08:29:15 +01:00

OP-1696 uncrustify

This commit is contained in:
abeck70 2015-03-20 21:44:24 +11:00
parent 88494e2745
commit a4ea1f008b
6 changed files with 29 additions and 30 deletions

View File

@ -192,7 +192,6 @@ void VtolBrakeFSM::setState(PathFollowerFSM_BrakeState_T newState, __attribute__
if (sBrakeStateTable[mBrakeData->currentState].setup) {
(this->*sBrakeStateTable[mBrakeData->currentState].setup)();
}
}