1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 20:10:18 +03:00

White space tidy

This commit is contained in:
jflyper 2020-02-15 14:59:11 +09:00 committed by mikeller
parent d25c852098
commit ff16686893
58 changed files with 310 additions and 310 deletions

View file

@ -80,7 +80,7 @@ bool isRangeActive(uint8_t auxChannelIndex, const channelRange_t *range) {
/*
* updateMasksForMac:
*
*
* The following are the possible logic states at each MAC update:
* AND NEW
* --- ---
@ -93,7 +93,7 @@ void updateMasksForMac(const modeActivationCondition_t *mac, boxBitmask_t *andMa
{
if (bitArrayGet(andMask, mac->modeId) || !bitArrayGet(newMask, mac->modeId)) {
bool bAnd = mac->modeLogic == MODELOGIC_AND;
if (!bAnd) { // OR mac
if (bActive) {
bitArrayClr(andMask, mac->modeId);